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

[FEATURE] Add multi tenancy feature flag and whether user is security admin info at request level in authHandler #1566

Closed
raintygao opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request untriaged

Comments

@raintygao
Copy link

raintygao commented Aug 30, 2023

Is your feature request related to a problem?
My team is working on building a new plugin in OSD. We depend on the info in our new plugin that whether multi tenancy feature is on and whether user is security admin and we didn't find any existing ways to get this info. As an OSD plugin, we can't directly depend on the security plugin, so we want to add this information to authHandler.

What solution would you like?
We want to add two attributes in auth object so that our plugin can get info from http auth.

Do you have any additional context?
I can submit a pull request to implement this feature.

@raintygao raintygao added enhancement New feature or request untriaged labels Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant