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

Perform authorization in middleware #439

Open
shipperizer opened this issue Oct 15, 2024 · 1 comment
Open

Perform authorization in middleware #439

shipperizer opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@shipperizer
Copy link
Contributor

shipperizer commented Oct 15, 2024

Based on the quick POC avaliable here we might want to offload all the authorization checks on the middleware

right now converters are not able to block the request flow and abort 91d5094#diff-e8239b84c55230e6b7666cd0ae442164f01229deb913cdebfd0f75fa04359b6aR491, this would need to be implemented first

after the above we should:

  • analyze how to move the payload authorization to the converters

Originally posted by @shipperizer in #433 (comment)

@shipperizer shipperizer self-assigned this Oct 15, 2024
@shipperizer shipperizer added enhancement New feature or request help wanted Extra attention is needed labels Oct 15, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/IAM-1157.

This message was autogenerated

@BarcoMasile BarcoMasile changed the title Perform authorization and validation in middleware Perform authorization in middleware Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant