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

gateway: move all the authn/authz logic from api to action #307

Open
sgotti opened this issue Feb 15, 2022 · 0 comments · May be fixed by #350
Open

gateway: move all the authn/authz logic from api to action #307

sgotti opened this issue Feb 15, 2022 · 0 comments · May be fixed by #350
Labels
enhancement New feature or request

Comments

@sgotti
Copy link
Member

sgotti commented Feb 15, 2022

Currently there's a mix of authn/authz logic distributed between actions and api methods. We should move all this logic inside actions, while the api should only convert the request in an action request and convert the action response to the final response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant