You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install oathkeeper, here are the logs I get from crashing oathkeeper pods:
time="2019-10-10T18:50:36Z" level=info msg="Config file loaded successfully." path=/config.yaml
time="2019-10-10T18:50:36Z" level=fatal msg="The configuration is invalid and could not be loaded." error="must validate at least one schema (anyOf)" validation_error[0]="mutators.header: Must validate at least one schema (anyOf)" validation_error[1]="mutators.header.config: config is required"
It's probably my mistake but I can't figure out what's wrong with my conf. I haven't found any solution in the documentation as well.
The text was updated successfully, but these errors were encountered:
Config.yaml is not valid
Oathkeeper version:
v0.19.1
Here's my
ConfigMap
used in my oathKeeperDeployment
object:When I install oathkeeper, here are the logs I get from crashing oathkeeper pods:
It's probably my mistake but I can't figure out what's wrong with my conf. I haven't found any solution in the documentation as well.
The text was updated successfully, but these errors were encountered: