mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs: clarify note around permissions required (#3201)
This change does two things: It clarifies that the permissions listed in the guide are permissions needed to perform all the steps in the guide, and not the permissions needed to create a feature. Separates the project-level and environment-level permissions needed into separate sublists.
This commit is contained in:
		
							parent
							
								
									ceef985419
								
							
						
					
					
						commit
						ff58e2aeaf
					
				@ -14,16 +14,18 @@ This guide is split into three sections:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Prerequisites
 | 
					## Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To be able to create a feature toggle in an Unleash system you will need:
 | 
					To perform all the steps in this guide, you will need:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- A running Unleash instance
 | 
					- A running Unleash instance
 | 
				
			||||||
- A project to hold the toggle
 | 
					- A project to hold the toggle
 | 
				
			||||||
- A user with an **editor** or **admin** role OR a user with the following permissions inside the target project:
 | 
					- A user with an **editor** or **admin** role OR a user with the following permissions inside the target project:
 | 
				
			||||||
  - create feature toggles
 | 
					  - **[project-level permissions](../reference/rbac.md#project-permissions)**
 | 
				
			||||||
  - create/edit variants
 | 
					    - create feature toggles
 | 
				
			||||||
  - create activation strategies (for the right environment)
 | 
					  - **[environment-level permissions](../reference/rbac.md#environment-permissions)**
 | 
				
			||||||
  - update activation strategies (for the right environment)
 | 
					    - create/edit variants[^1]
 | 
				
			||||||
  - enable/disable toggles (for the right environment)
 | 
					    - create activation strategies
 | 
				
			||||||
 | 
					    - update activation strategies
 | 
				
			||||||
 | 
					    - enable/disable toggles
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:::info roles
 | 
					:::info roles
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -136,3 +138,5 @@ Use the [update variants endpoint](/reference/api/legacy/unleash/admin/features-
 | 
				
			|||||||
[Variants](../reference/feature-toggle-variants.md) give you the ability to further target your users and split them into groups of your choosing, such as for A/B testing. On the toggle overview page, select the variants tab. Use the "new variant" button to add the variants that you want.
 | 
					[Variants](../reference/feature-toggle-variants.md) give you the ability to further target your users and split them into groups of your choosing, such as for A/B testing. On the toggle overview page, select the variants tab. Use the "new variant" button to add the variants that you want.
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[^1]: Prior to Unleash 4.21, "create/edit variants" was a project-level permission instead of an environment-level permission.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user