...
CDCM can add the roleAdmin
Role that is created during space creation to arbitrary users by adding their email address to a comma-separated list in the environment variable ROLE_ADMINS
.
Example:
Code Block | ||
---|---|---|
| ||
export ROLE_ADMINS="alice@example.com bob@example.com" |
CDCM will add the roleAdmin
role for all spaces the the users alice and bob that are mapped via the email addresses in the OIDC Token Response from the IAM system.