mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
docs: 6.9 updates (#9680)
This commit is contained in:
parent
89724209cd
commit
99d1c7f6c3
@ -39,6 +39,15 @@ Fields marked with an asterisk (*) are always returned in the event schema. Othe
|
||||
|
||||
See the [feature-created event type](#feature-created) for an example event.
|
||||
|
||||
### IP address
|
||||
|
||||
:::note Availability
|
||||
|
||||
**Plan**: [Enterprise](https://www.getunleash.io/plans/enterprise) | **Version**: `6.9+`
|
||||
|
||||
:::
|
||||
|
||||
The IP address in events shows the IP address of the user who performed the action.
|
||||
|
||||
## Event Timeline
|
||||
|
||||
|
@ -113,6 +113,10 @@ To change the default strategy for an environment in a project:
|
||||
|
||||

|
||||
|
||||
## Project roles
|
||||
|
||||
Unleash supports [predefined](./rbac#predefined-roles) and [custom roles](./rbac#custom-project-roles) at the project level. The two predefined project roles are Owner and Member. By default, the person creating the project becomes the Owner. If a project does not have an Owner, it is shown as owned by _System_.
|
||||
|
||||
## View project insights
|
||||
|
||||
Project insights is a great way to see how your project performed in the last 30 days compared to the previous 30 days. You can explore key metrics such as the total number of changes, the average time to production, the number of features created and archived, and project health.
|
||||
|
@ -74,6 +74,11 @@ You can assign the following root permissions:
|
||||
|
||||
#### Authentication permissions
|
||||
|
||||
:::note Availability
|
||||
|
||||
**Plan**: [Enterprise](https://www.getunleash.io/pricing) | **Version**: `6.9+`
|
||||
|
||||
:::
|
||||
| Permission Name | Description |
|
||||
|---------------------|------------------------------------|
|
||||
| Change authentication settings | Update authentication settings, such as for [single sign-on (SSO)](./sso). |
|
||||
@ -88,6 +93,12 @@ You can assign the following root permissions:
|
||||
|
||||
#### Instance maintenance permissions
|
||||
|
||||
:::note Availability
|
||||
|
||||
**Plan**: [Enterprise](https://www.getunleash.io/pricing) | **Version**: `6.9+`
|
||||
|
||||
:::
|
||||
|
||||
| Permission Name | Description |
|
||||
|---------------------|------------------------------------|
|
||||
| Change instance banners | Change instance [banners](./banners). |
|
||||
@ -111,6 +122,12 @@ You can assign the following root permissions:
|
||||
|
||||
#### Release template permissions
|
||||
|
||||
:::note Availability
|
||||
|
||||
**Plan**: [Enterprise](https://www.getunleash.io/pricing) | **Version**: `6.8+ in BETA`
|
||||
|
||||
:::
|
||||
|
||||
| Permission Name | Description |
|
||||
|-----------------|---------------------------|
|
||||
| Create release plan template | Create [release template](./release-templates). |
|
||||
@ -240,6 +257,19 @@ group needs to wear multiple hats. For example, a team member could serve as bot
|
||||
tester. By combining roles, you simplify the access management process, eliminating the need to create a new, custom
|
||||
role that encapsulates the needed permissions.
|
||||
|
||||
## View a user's roles and permissions
|
||||
|
||||
:::note Availability
|
||||
|
||||
**Version**: `6.9+`
|
||||
|
||||
:::
|
||||
|
||||
The access overview page helps administrators see exactly what a user can do in Unleash and which roles grant those permissions. You can explore permissions at the root level or for specific environments and projects.
|
||||
|
||||
To view a user’s permissions, go to **Admin > Users**. Select a user and click **Access overview**.
|
||||
|
||||
|
||||
## User groups
|
||||
|
||||
:::note Availability
|
||||
|
Loading…
Reference in New Issue
Block a user