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

CloudHarness Django integrate client and role creation/checking with CH deployment application roles #569

Open
zsinnema opened this issue Sep 9, 2022 · 0 comments

Comments

@zsinnema
Copy link
Contributor

zsinnema commented Sep 9, 2022

In CH value.yaml we can set up client roles (see https://github.com/MetaCell/cloud-harness/blob/develop/docs/model/ApplicationAccountsConfig.md)

It would be nice is these roles can be used for CH Django based apps instead of setting the roles in the settings.py see

KC_ADMIN_ROLE = f"{KC_CLIENT_NAME}-administrator" # admin user

implementation wise we should think about how to map a role to Django superuser and staff users types

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

No branches or pull requests

2 participants