Create and manage service accounts.

VMware Aria Operations for Applications (formerly known as Tanzu Observability by Wavefront) supports service accounts that can be used to automate management of objects such as dashboards, alerts, etc. A service account can’t perform the UI operations that all user accounts can perform by default. There’s no limit on the number of service accounts that you can create in your organization.

Each service account that you create is automatically added to the Service Accounts group. You can also set additional groups for new service accounts.

What Are Service Accounts?

Service accounts are used for automating management tasks.

  • A service account uses an API token to authenticate.
  • Each account is automatically added to the Service Accounts group. If a role is assigned to that group, the service account gets the permissions from that role.
  • Service accounts can be added to any group to get that group’s role (and permissions).

As a user with the Accounts permission, you generate (and revoke, if needed) API tokens for the service account. It’s also possible to deactivate a service account completely.

How Service Accounts Work

If you build a service or tool that manages proxies or ingests data, then that tool must authenticate to the Operations for Applications REST API.

  1. Create a service account from the UI. The service account name must be unique.
  2. Assign a role to the account to give the account the permissions it needs. Service accounts can perform get, modify, and delete tasks only if they have the necessary permissions.
  3. Configure your tool to pass the service account credentials (API token) to the REST API.

    The tool authenticates seamlessly to the API without embedding secret keys or user credentials in your instance, image, or application code.

You can disable a service account if you temporarily don’t need it, or you can delete the account permanently.

Create a Service Account

Creating a service account is different from creating a user account.

  1. From the gear icon on the toolbar, select Accounts.
  2. Click the Service Accounts tab and click Create New Account.
  3. On the New Service Account page, specify the account details and click Create.
FieldDescription
Account ID ID of the account. We prefix this ID with sa::.

A service account name must be unique. Operations for Applications converts service account ID to lower case to avoid confusion that can result from almost identical account names (e.g. Service-1 and service-1). Users can type upper case or lower case.

Tokens List of API tokens that the service account can use to authenticate to the service instance.
  • Click the Edit icon to change the token name.
  • Click Revoke to revoke a token. Any service account that uses the token can no longer authenticate to the service instance.
  • Click Generate to generate additional tokens. Having multiple active tokens makes it possible to revoke some tokens. For example, if the service connects to several proxies, you can generate a token to connect to each proxy. You can revoke the token for one proxy but leave the others. You can have up to 20 API tokens per service account at any given time.
  • Click the Copy to Clipboard icon to copy the token for pasting.
Groups By default, service accounts are added to the Service Accounts group. If you assign roles to the Service Accounts group, all the service accounts get the permissions associated with these roles. You can also add service accounts to other groups.
Roles Roles for the service account. Roles are sets of permissions. You can create one or two roles and use those roles only for service accounts.
Permissions Individual permissions assigned to this service account. For example, give the account Proxies permission to interact with proxies or Alerts permissions to retrieve data from alerts.

After you create the account, you can change its role or group assignment. The process is the same for user accounts and service accounts.

Deactivate or Activate a Service Account

You can temporarily (or permanently) deactivate a service account. When an account is deactivated, none of the corresponding tokens work.

You can activate or deactivate a service account from the Service Accounts page or from the Edit Service Account page.

To activate or deactivate an account from the Service Accounts page:
  • Click the ellipsis icon in front of the service account.
  • Select Activate or Deactivate.
deactivate or activate a service account
To activate or deactivate an account from the Edit Service Account page:
  • Click the service account name to open the Edit Service Account page.
  • Use the toggle to activate or deactivate the account.
deactivate or activate a service account

Set the Default Service Accounts Group for New Service Accounts

Each new service account is assigned to the Service Accounts group.

To add any new service accounts to additional groups:

  1. From the gear icon on the toolbar, select Organization Settings.
  2. In the Default Service Accounts Groups text box:
    • Start typing the name of additional groups to add groups.
    • Click the x next to a group name to remove a group. You cannot remove the Service Accounts group.

Going forward, new service accounts are also added to this group.