Manage application users
Application users give non-human users programmatic access to Aiven. You grant them access to organization resources using roles and permissions.
You must be an organization admin to access this feature.
Application users can be a security risk if not carefully managed and monitored. Follow best practices for mitigating these risks.
Create an application user
- Console
- Terraform
- Click Admin.
- Click Application users.
- Click Create application user.
- Enter a name and click Create application user.
Loading...
More information on this resource and its configuration options are available in the Terraform documentation.
If you reach the limit of application users, you can request an increase by contacting Aiven support.
Create a token for an application user
- Console
- Terraform
-
Click Admin.
-
Click Application users.
-
Click the application user's name.
-
In the Authentication tokens section, click Generate token.
-
Optional: Enter a description and session duration.
-
Optional: Add an IP address range to the allowlist for this token.
-
Click Generate token.
-
Click the Copy icon and save your token somewhere safe.
importantYou cannot view the token after you close this window.
-
Click Close.
You cannot change the token's session duration or allowlist after creating it.
Loading...
More information on this resource and its configuration options are available in the Terraform documentation.
Revoke a token for an application user
- Click Admin > Application users.
- Click the name of the application user.
- In the Authentication tokens section, click Actions.
- Select Revoke.
Check last activity of an application user
- Console
- Terraform
- Click Admin > Application users.
- Click the name of the application user.
- To see the date and time that each application token was last used, go to the Authentication tokens section.
Use the last_activity_time attribute in
the aiven_organization_user_list data source
to check when one of the application user's tokens was last used.
Delete an application user
- Click Admin > Application users.
- Find the user and click Actions > Delete.