Credentials
Create, edit, or delete credentials for the System vault. You can use these tasks to configure credentials from internal or external providers.
Before you begin
You must meet the following requirements before you create, edit, or delete a credential:
- You need to create a credential provider before you can select the external provider option in IBM RPA Control Center. See Credential providers for more information.
- You must have the permissions to manage credentials. The Business User and Tenant Administrator roles have this permission by default. See default roles for more information.
Credentials and vault credentials
Credentials registered in the Credentials tab can be used by all the users in the environment.
Credentials configured in the Vault Credentials tab are only named references to the User Vault. Once configured
locally, they can only be used by the machine with the configured credentials.
Read more about user vault and system vault in What is the IBM RPA Vault?
Creating a new credential
Using an internal provider
- Log in to IBM RPA Control Center.
- Select Credentials from the left sidebar menu.
- Select the Credentials tab.
- Click the New Credential button.
- In Name, enter a name to identify your credential.
- In Username, enter a username to your credential.
- In Password, enter the account's password.
- Click Save.
Using an external provider
Supported providers
HashiCorp Vault credential provider
- Log in to IBM RPA Control Center.
- Select Credentials from the left sidebar menu.
- Selet the Credentials tab.
- Click the New Credential button.
- Select Using external provider.
- In the Credential provider field, select the name of the external provider. In this case, it is HashiCorp Vault.
- In the Mount path field, enter the value for
mountPathfrom your secret. - In the Secret path field, enter the value for
secretPathfrom your secret. - In the Username key field, enter the key for
usernameKeyfrom your secret to identify the credential's username. - In the Password key field, enter the key used in your secret to identify the credential's password.
- Click Save.
CyberArk CCP Vault credential provider
- Log in to IBM RPA Control Center.
- Select Credentials from the left sidebar menu.
- Selet the Credentials tab.
- Click the New Credential button.
- Select Using external provider.
- In the Credential provider field, select the name of the external provider. In this case, it is CyberArk CCP Vault.
- In the Safe name field, enter the safe name from your CyberArk instance.
- In the Account name field, enter the account name from your CyberArk instance.
- Click Save.
Editing a credential
- Log in to IBM RPA Control Center.
- Select Credentials from the left sidebar menu.
- Selet the Credentials tab.
- From the list of existing credentials, click the vertical ellipsis button ⋮ > Edit for your credential.
- Select a field (Name, Username, or Password) to edit.
- Click Save.
Deleting a credential
- Log in to IBM RPA Control Center.
- Select Credentials from the left sidebar menu.
- Selet the Credentials tab.
- From the list of existing credentials, click the vertical ellipsis button ⋮ > Edit for your credential.
- Click Delete.
Using credentials
The credentials registered in this tab are used to unlock computers and as login information by the System Vault. For more information, see Computers.
You can also find credentials for the current IBM RPA Control Center environment by using the Get Vault Item (getVaultItem) command with the System parameter enabled. You can unlock machines by using these credentials.