1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/website/docs/reference/service-accounts.md

24 lines
975 B
Markdown
Raw Normal View History

---
title: Service Accounts
---
:::note Availability
**Plan**: [Enterprise](https://www.getunleash.io/pricing) | **Version**: `4.21+`
:::
2025-01-30 15:32:56 +01:00
Service accounts provide an identity for integration and automation tools to access the Unleash API. You can assign tokens to service accounts which gives them a granular set of permissions. Service accounts do not have a password and, as such, cannot access the Unleash Admin UI.
2025-01-30 15:32:56 +01:00
## Create a service account
2025-01-30 15:32:56 +01:00
To create service accounts in the Unleash Admin UI:
1. Go to **Admin > Service accounts.**
2. Enter a name and username for the service account and select a root role.
3. Optionally create and assign a service account token. You can also generate one later.
4. Click **Save service account**.
2025-01-30 15:32:56 +01:00
When a service account creates or modifies resources, Unleash uses the username of the account as the value for the _Created by_ or _Changed_ by properties of events.
![Service account tokens](/img/service-account-tokens.png)