Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to errors handlers #69

Closed
6 tasks done
LeandroFranciscato opened this issue Apr 25, 2023 · 0 comments
Closed
6 tasks done

Add support to errors handlers #69

LeandroFranciscato opened this issue Apr 25, 2023 · 0 comments
Labels
rfc A request for comments to discuss and share ideas.

Comments

@LeandroFranciscato
Copy link
Contributor

Preflight checklist

Context and scope

Applying the maester in my Ory network I noticed that error handlers are not currently supported.
This blocked me to implement oathkeeper-maester.

Error Handlers | Ory: https://www.ory.sh/docs/oathkeeper/pipeline/error

Goals and non-goals

goals:

  • ability to maester to support error handlers

non-goals:

  • nothing to mention

The design

By design, oathkeeper provides support to error handlers, which are responsible for executing logic after, for example, authentication or authorization failed.

The error handlers definition will follow the same structure of other handlers (authenticators, authorizers and mutators).

APIs

No response

Data storage

No response

Code and pseudo-code

No response

Degree of constraint

No response

Alternatives considered

No response

@LeandroFranciscato LeandroFranciscato added the rfc A request for comments to discuss and share ideas. label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfc A request for comments to discuss and share ideas.
Projects
None yet
Development

No branches or pull requests

1 participant