Hi All - Wondering if anyone else is having an iss...
# talk-oathkeeper
o
Hi All - Wondering if anyone else is having an issue with the latest tag for oathkeeper?
Copy code
myapp-ory-oathkeeper-1               | time=2022-02-12T16:28:24Z level=info msg=Config file loaded successfully. audience=application path=/etc/oathkeeper/config.yaml service_name=oathkeeper service_version=
myapp-ory-oathkeeper-1               | time=2022-02-12T16:28:24Z level=fatal msg=Unable to open configuration JSON Schema. audience=application error=map[message:stat /.schema/config.schema.json: no such file or directory] service_name=oathkeeper service_version=
myapp-ory-oathkeeper-1 exited with code 1
Docker config is
Copy code
ory-oathkeeper:
    image: oryd/oathkeeper
    command:
      - serve
      - --config=/etc/oathkeeper/config.yaml
    ports:
      - "4455:4455"
    volumes:
      - "/etc/mys/oathkeeper:/etc/oathkeeper"
b
I'm guessing it's related to this issue- https://github.com/ory/oathkeeper/issues/920