A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go.
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
The credentials were created by issuing the command docker run -it --rm oryd/oathkeeper:v0.40 credentials generate --alg RS256 > docker/oathkeeper/jwks.json
Preflight checklist
Ory Network Project
No response
Describe the bug
Ory Oathkeeper cannot recognize the credentials generated via the Ory Oathkeeper CLI.
Reproducing the bug
In a terminal session
In another terminal session
Relevant log output
Relevant configuration
Version
0.40.6
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
The credentials were created by issuing the command
docker run -it --rm oryd/oathkeeper:v0.40 credentials generate --alg RS256 > docker/oathkeeper/jwks.json