From 99d1c7f6c3cc990ff3200087d59eb629e09a126e Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Wed, 2 Apr 2025 15:02:22 +0200 Subject: [PATCH] docs: 6.9 updates (#9680) --- website/docs/reference/events.mdx | 9 +++++++++ website/docs/reference/projects.mdx | 4 ++++ website/docs/reference/rbac.md | 30 +++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/website/docs/reference/events.mdx b/website/docs/reference/events.mdx index 75323f633a..62b940559b 100644 --- a/website/docs/reference/events.mdx +++ b/website/docs/reference/events.mdx @@ -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 diff --git a/website/docs/reference/projects.mdx b/website/docs/reference/projects.mdx index 7517468ffc..84ee9156c3 100644 --- a/website/docs/reference/projects.mdx +++ b/website/docs/reference/projects.mdx @@ -113,6 +113,10 @@ To change the default strategy for an environment in a project: ![Configuring the default strategy](/img/edit-default-strategy-development.png) +## 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. diff --git a/website/docs/reference/rbac.md b/website/docs/reference/rbac.md index a0e88cda1d..80c32b2544 100644 --- a/website/docs/reference/rbac.md +++ b/website/docs/reference/rbac.md @@ -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