Hi, is that a mistake in the documentation? <https...
# talk-oathkeeper
b
Hi, is that a mistake in the documentation? https://www.ory.sh/docs/oathkeeper/pipeline/authn#unauthorized
Copy code
# Global configuration file oathkeeper.yml
unauthorized:
  noop:
    # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to false.
    enabled: true
Shouldn't it be..?
Copy code
# Global configuration file oathkeeper.yml
authenticators:
  unauthorized:
    # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to false.
    enabled: true
w
Hey Markus, something seems to be borked here 😅.
noop
and
unauthorized
got mixed together I think. Check out the configuration reference: https://www.ory.sh/docs/oathkeeper/reference/configuration
b
Yes, thank you.
w
yw! I’ll double check that and will fix it in the docs. Thanks for letting us know 😉