Manage API keys to control and secure your application's access to external services, preventing misuse and ensuring authorized connections.
API keys are normally used to track and control connections and performance of how the system interface is being used; thus, it provides authentication in the calling of a program to another API to confirm a project is authorized for connection. The benefit of API keys is that it may prevent abuse or misuse of the APIs. API keys are an initial step in cloud API security by providing the connecting API with a password-like code with a defined set of access rights.
Users with an Administrator role, which is the out-of-the-box role granted when the Kyndryl Bridge Applications account is first created, can manage the API keys. Likewise, other users can also manage API keys if the access policies they are part of have the correspondent permissions.
Accessing the API Keys page
Click the Global menu icon.
Click
Settings
and select
Access Management
. The Access Management page opens.
Select the
API Keys
tab.
Once in the API Keys page, you can perform a series of actions to personalize your API keys needs, including the following:
Viewing a list of API keys
Creating a new API key
Editing an existing API key details
Regenerating API key
Deleting an existing API key
Locking and unlocking API keys
Viewing a list of API keys
By accessing the API Keys page, you are presented with a card that displays the total number of API keys available, and a list of such keys that you have added to your account.
Creating a new API key
To create a new API key, follow these steps:
Click
Add New API Key
.
Enter the name of the API key and an optional description.
Click
Create New API Key
.
Copy the API key by clicking the copy icon or download Key and then you can return to
API Keys
page or close the message window.
The new API key is created and displayed under the
API Keys
page.
Editing an existing API key details
Click the overflow menu next to the API key that you want to edit.
Click
Edit Key
to update the name and the description of the API key.
Regenerating API key
Click the overflow menu next to the API key that you want to regenerate.
Select
Regenerate API key
.
Copy the API key by clicking the copy icon and close the message window.
Deleting an existing API key
Click the overflow menu next to the API key that you want to delete.
Select
Delete
.
Confirm the deletion.
Locking and unlocking API keys
You can prevent an API key from being deleted or modified by locking it. A locked API key is represented by the
Locked
icon. You can unlock an API key at any time to update or delete it from your platform.
To lock or unlock an API key, follow these steps:
Click the overflow menu next to the API key that you want to edit.
Select
Lock
or
Unlock
option whether the API key has been locked before.
Whenever an API key is locked, the regenerate, edit and delete actions will not be available.