Skip to content

immugw as auditor - error - unknown method CurrentRoot #20

@cezar-radan

Description

@cezar-radan

What happened
I don't know if this problem is a bug but, please, I need guidance to overcome the issue.

I am using immudb (v.1.3.2) and immugw (latest) as docker containers.
Immugw container is set to run as auditor (IMMUGW_AUDIT=true). Actually the environment variables are:

    environment:
      - IMMUGW_ADDRESS=0.0.0.0
      - IMMUGW_PORT=3323
      - IMMUGW_IMMUDB_ADDRESS=immudb
      - IMMUGW_IMMUDB_PORT=3322
      - IMMUGW_AUDIT=true
      - IMMUGW_AUDIT_INTERVAL=1m
      - IMMUGW_AUDIT_USERNAME=immudb
      - IMMUGW_AUDIT_PASSWORD=immudb

Unfortunately, inside immugw log I have noticed an error :

error getting current root: rpc error: code = Unimplemented desc = unknown method CurrentRoot for service immudb.schema.ImmuService

I don't understand what I am doing wrong. Should I perform additional configuration ?

What you expected to happen
immugw to run in audit mode without errors

How to reproduce it (as minimally and precisely as possible)

Environment

Additional info (any other context about the problem)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions