Horizon Web Console: Identity
You can manage your identity and application credentials under the Identity
tab in the Horizon web console.
Projects
The Projects
tab under Identity
lists all Red Cloud projects, with their UUIDs(Project ID), to which your user belong. Additionally, you can switch the active project by clicking on the Set as Active Project
button.
The project without the Set as Active Project
button is the current active project.
Users
The Users
tab shows the UUID of your user account.
Application Credentials
Application credentials are used by the Openstack CLI client and Openstack SDK to authenticate to Red Cloud.
List Existing Application Credentials
The Application Credentials
tab under Identity
lists all of your existing application credentials. Application credentials are linked to a project and a user. You cannot see application credentials created by other users in your project.
If you are in more than one project, the Project ID
column shows the UUID of the project to which the application credential is linked.
Create a New Application Credential
To create a new application credential,
-
Make sure you set active project to the project for the new application credential you are about to create.
-
Click on the
Create Application Credential
button. -
On the next screen, enter a descriptive name (required), description, expiration date and time, roles, and access rules for the new application credential. Then click on the
Create Application Credential
button. -
On the next screen, click on either the
Download openrc file
(for Openstack CLI client) orDownload cloud.yaml
(for use Openstack SDK)
By default, the downloaded application credential file is named app-cred-<app credential name>-openrc.sh
(openrc format) or clouds.yaml
(clouds.yaml format).
Note
You will not be able to view the value of the application credential's secret after you close this window. If you accidentally close the window without saving the application credential, delete and create a new one.
Delete an Application Credential
In the Application Credentials
tab under Identity
, click on the "Delete Application Credential" button next to the one you want to delete. You can no longer use that credential for Openstack CLI client or Openstack SDK.