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

[Elektra] Automate Enabling a disabled Openstack user #1329

Open
rajivmucheli opened this issue Mar 18, 2024 · 0 comments
Open

[Elektra] Automate Enabling a disabled Openstack user #1329

rajivmucheli opened this issue Mar 18, 2024 · 0 comments

Comments

@rajivmucheli
Copy link
Contributor

Hi,

Openstack users are disabled if they havent renewed their CAM Profile or havent logged into CCloud for long, Keystone cron job disables orphan users without any roles assigned.

Automation :

  1. need to check if the user has the right CAM profiles, ideally it should be CC <Domain_Name> Domain Access. We can use SPC_CC_CON CAM User to validate this or try step 2 if user login retries exceed 3-4 times or update the banner.

  2. Steps to enable Openstack user via cloud_admin role:

openstack user set --enable <user_uuid>

Is the source file https://github.com/sapcc/elektra/blob/master/app/views/monsoon_openstack_auth/sessions/new.html.haml ?

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

1 participant