osc identity domain config
Config configuration
You can manage domain-specific configuration options.
Config-specific configuration options are structured within their group objects. The API supports only the identity and ldap groups. These groups override the default configuration settings for the storage of users and groups by the Identity server.
You can create, update, and delete domain-specific configuration options by using the HTTP PUT , PATCH , and DELETE methods. When updating, it is only necessary to include those options that are being updated.
To create an option, use the PUT method. The Identity API does not return options that are considered sensitive, although you can create and update these options. The only option currently considered sensitive is the password option within the ldap group.
The API enables you to include sensitive options as part of non- sensitive options. For example, you can include the password as part of the url option.
If you try to create or update configuration options for groups other than whitelisted on the server side, the Forbidden (403) response code is returned.
For information about how to integrate the Identity service with LDAP, see Integrate Identity with LDAP.
A domain is a collection of users, groups, and projects. Each group and project is owned by exactly one domain.
Usage: osc identity domain config <COMMAND>
Available subcommands:
osc identity domain config default
— Show default configuration settingsosc identity domain config group
— Domain Group grouposc identity domain config purge
— Delete domain configurationosc identity domain config list
— Show domain configurationosc identity domain config replace
— Create domain configurationosc identity domain config set
— Update domain configuration