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

Secure backstage endpoints based on authenticated identity #133

Open
cowboyd opened this issue Oct 24, 2022 · 1 comment
Open

Secure backstage endpoints based on authenticated identity #133

cowboyd opened this issue Oct 24, 2022 · 1 comment
Assignees

Comments

@cowboyd
Copy link
Member

cowboyd commented Oct 24, 2022

We currently do not have any role assignment to various endpoints and so they are all unprotected. We need to not only a strategy for securing endpoints, but also a decision tree for which routes should be protected and which should be public. Including a policy when no decision has been made.

@jbolda
Copy link
Contributor

jbolda commented Jan 5, 2023

#185 is in some way the beginning of implementing this. It seems that we would want an auth middleware to take it all of the way. There appears to be some community docs in the vein.

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

No branches or pull requests

2 participants