bored-vegetable-68997
08/30/2022, 9:47 AM# 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..?
# 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
wonderful-lamp-2357
08/30/2022, 9:54 AMnoop
and unauthorized
got mixed together I think.
Check out the configuration reference:
https://www.ory.sh/docs/oathkeeper/reference/configurationbored-vegetable-68997
08/30/2022, 9:55 AMwonderful-lamp-2357
08/30/2022, 9:56 AM