Organization
Set up service accounts for applications
In RisingWave Cloud, a user account typically represents an individual user who interacts with resources via the user interface. On the other hand, a service account represents an application. It accesses RisingWave Cloud resources on the application’s behalf, using API keys for authentication.
This article will guide you through the process of setting up a service account for your applications and generating an API key.
Create a service account
Steps:
- Go to the Org. tab and select Service accounts.
- Click New service account.
- Enter a descriptive name for your service account and write a short description.
- Click Confirm.
Generate an API key
You can generate multiple API keys for a service account. Each API key will have a unique key ID and secret.
Steps:
- In the account list, click the name of the service account you want to generate API keys for.
- Select the API Keys tab.
- Click Add new API Key.
- Enter a descriptive name for your API key and click Submit.
- A new API key will be generated. Please save the secret along with the ID to a safe place.
The secret will be shown only once. After you close the dialog, you won’t be able to retrieve it. If you lose the secret, you have to generate a new API key.
Was this page helpful?