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

ldap docker image: provide script to assign an existing user permissions to manage accounts #3690

Closed
gunterze opened this issue Jun 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jun 13, 2022

Provide script to assign an user initialized by Keycloak 11 or older version permissions to manage accounts necessary after upgrade to Keycloak 12+.

$ docker exec ldap init-account
Usage: init-account USER [OPTIONS]

init-account initiate persisted Role Mappings for Keycloaks Account Management,
assigning USER roles for managing it account.

OPTIONS:
       -n     Show what would be done, but don't actually add entries.  Useful for debugging in conjunction with -v.
       -v     Use verbose mode, with many diagnostics written to standard output.
       -c     Continuous operation mode.  Errors are reported, but init-account will continue with modifications.  The default is to exit after
              reporting an error.

and

$ docker exec ldap add-account
Usage: add-account USER [OPTIONS]

add-account updates persisted Role Mappings for Keycloaks Account Management, assigning USER required roles for managing it accounts.

OPTIONS:
       -n     Show what would be done, but don't actually modify entries.  Useful for debugging in conjunction with -v.
       -v     Use verbose mode, with many diagnostics written to standard output.
       -c     Continuous operation mode.  Errors are reported, but add-account will continue with modifications.  The default is to exit after
              reporting an error.
@gunterze gunterze added the enhancement New feature or request label Jun 13, 2022
@gunterze gunterze added this to the 5.26.2 milestone Jun 13, 2022
@gunterze gunterze self-assigned this Jun 13, 2022
@gunterze gunterze changed the title ldap docker image: provide script to assign a particular user permissions to manage accounts ldap docker image: provide script to assign an existing user permissions to manage accounts Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant