oathkeeper
oathkeeper copied to clipboard
Multiple authorizers
Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's Code of Conduct.
- [X] I have read and am following this repository's Contribution Guidelines.
- [ ] I have joined the Ory Community Slack.
- [ ] I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe your problem
At the moment it's only possible to set up a single authorizer in access rules:
authorizer:
handler: allow
Describe your ideal solution
Support specifying multiple authorizers:
authorizers:
- handler: remote_json # authorizer 1
# config here
- handler: remote_json # authorizer 2
# config here
Workarounds or alternatives
-
Version
v0.40.7
Additional Context
No response