How is one meant to configure error handlers in the global config, no matter what I try oathkeeper claims that the config is invalid?
As far as I can tell this:
oathkeeper:
config:
log:
level: debug
errors:
handlers:
json:
enabled: true
config:
verbose: false
is in line with instructions given here but oathkeeper refuses to accept it nor any other version or placement of errors that I can think of. At startup oathkeeper always returns
level=fatal msg=“The configuration is invalid and could not be loaded.” error=“additional property errors is not allowed” validation_error[0]="(root): Additional property errors is not allowed"
How is this config supposed to look?