You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the commit of f36892e, we updated the sso group name to be readable group name, so if you have opened auth before this commit and want to upgrade console to the latest version, you need to follow these steps to make the auth work normally:
deploy the latest console into lain
enter one of the instance containers
run ./script/upgrade_sso_group_name --sso_url=<sso_url>
When running the script you need login first, please make sure the login username has the access to all the lain app. The script will create new sso group, move the maintainer from former group to the new group and delete the former group.
If something goes wrong during the upgrading, you may need closing the auth and initing auth with lainctl to recover.
The text was updated successfully, but these errors were encountered:
In the commit of f36892e, we updated the sso group name to be readable group name, so if you have opened auth before this commit and want to upgrade console to the latest version, you need to follow these steps to make the auth work normally:
./script/upgrade_sso_group_name --sso_url=<sso_url>
When running the script you need login first, please make sure the login username has the access to all the lain app. The script will create new sso group, move the maintainer from former group to the new group and delete the former group.
If something goes wrong during the upgrading, you may need closing the auth and initing auth with lainctl to recover.
The text was updated successfully, but these errors were encountered: