User Menu

The user menu allows the current user to obtain information about their account and take certain actions. To open the user menu, click on your username at the top right of the page:

user menu

The meanings of the drop-down entries are as follows:

imgusermenu1

Displays the email address of the logged-in user.

imgusermenu2

Displays the role of the user (if different from STANDARD).

imgusermenu3

Launches a dialog that gives a tour and overview of the Cluster Manager.

imgusermenu4

Navigates to the Profile page, where the user can edit their profile information.

imgusermenu5

Navigates to the User API keys page, where the user can edit their API keys.

imgusermenu6

Logs the user out and opens the login page.

Profile

The profile page

The Profile page allows users to edit information associated with their accounts.

profile panel structure
  1. Properties can be edited in this panel.

  2. The CHANGE PASSWORD button opens a dialog that allows the user to change their password for interactive login to the Cluster Manager.

  3. The SAVE PROFILE button saves any changes made to this panel (1).

Editing the User Profile

Users with local accounts can update their profile information on the Profile page as follows:

  • Edit the new profile information in the form (1).

  • Save those changes by clicking on the SAVE button (3).

Changing the User Password

Users with local accounts can change their passwords with the following steps:

  • Click on the CHANGE PASSWORD button (2).

  • Enter the current and new password in the Update Password dialog:

    change password dialog

    Note

    Passwords must comply with the Password Policy as defined be a SYSADMIN user in the Password Policy settings.

API Keys

An API key (Application Programming Interface key) is composed of an access ID and a secret key. API keys are the recommended approach for connecting applications to a Cluster Manager. When the Cluster Manager authenticates access using an API key, all related actions are performed on behalf of the user who owns that key.

When creating an API key, you can specify an optional application name and description to help keep track of how the key is being used. Once a key is created, you can download an associated client license file, which contains the API access ID, the secret key, and the Cluster Manager URL. This license file can be used by client applications and command-line tools to connect to the Cluster Manager. The Cluster Manager keeps track of the timestamp and IP address of the last API key usage.

An API key can be enabled or disabled by either the owner or the system administrator.

This set of API key features was designed to simplify the task of monitoring API keys, detecting unwanted usage, and safely rotating keys by disabling previous keys before permanently deleting them.

The API Keys page

The API Keys page displays all of the keys associated with your account:

API keys panel structure
  1. When the page uses the Tiles display mode (4), API keys are displayed as tiles (cards). Each card displays properties associated with the API key and lists several possible actions:

    1. Access code for the API key.

    2. Button to edit the application name and description for the API key.

    3. Button to access a menu that exposes additional possible actions (to delete or disable the API key).

    4. Application name for the API key, if any.

    5. Description for the API key, if any.

  2. Button opens a dialog to create a new API key.

  3. API keys can be filtered using the Search box.

  4. Button switches the display mode: - Tiles mode displays API keys as tiles (cards) (1) - Table mode displays API keys as rows of a table. Details can be found here.

    1. The number of tiles / rows of the table.

    When the page has been filtered, two numbers are displayed to the right to the page title showing respectively the number of API keys matching the current filtering and the total number of API keys. If no API keys have been filtered, only the total number of API keys is displayed.

Searching

API keys can be filtered using the Search box (3). The user can provide an arbitrary search string, and an API key matches if that string is found in any of the properties associated with that key.

Synchronization with page URL

The Cluster Manager creates permalinks for all tables that can be filtered or searched. Changes applied to Search boxes are automatically reflected in the page URL, thus allowing you to copy and paste the URL to easily retrieve the same display later. For example, the URL http://localhost:61080/editprofile?search=MyApp would display only API keys associated with the MyApp application (assuming the Cluster Manager is running on localhost:61080).

Creating an API key

Users can create new API keys with the following steps:

  • Click on the CREATE API KEY button (2)

  • Edit the API keys properties in the dialog and click on the CREATE button:

    Create API key dialog
  • Another dialog will pop up, displaying the access code for the newly created API key:

    Download API key dialog
  • Click on the download button to download a license file associated with this new API key.

Editing an API Key

Users can change the properties of API keys they own with the following steps:

  • On the card for the API key, click on the EDIT button (8).

  • Edit the API key properties in the dialog and click on the APPLY button.

    Edit API key dialog

Deleting an API key

Users can delete API keys they own with the following steps:

  • On the card for the API key, click on the menu button (9) and select the Delete API Key menu item.

    select delete API key
  • Confirm that the API key can be deleted.

    confirm delete API key dialog

Disabling an API Key

User can disable API keys they own with the following steps:

  • Click on the menu button (9) and select the Disable API Key menu item.

    select disable API key
  • Confirm that the API key can be disabled.

    confirm disable API key dialog
  • Once completed, the left border for the API key will be grayed out:

    disabled key

Enabling an API Key

Users can enable API keys they own with the following steps:

  • Click on the menu button (9) and select the Enable API Key menu item.

    select enable API key
  • Once completed, the left border for the API key will turn blue:

    enabled API key