-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cf45ba
commit dc8804d
Showing
12 changed files
with
60 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Manage project permissions | ||
--- | ||
|
||
import ConsoleLabel from "@site/src/components/ConsoleIcons" | ||
import {ConsoleIcon} from "@site/src/components/ConsoleIcons" | ||
|
||
You can give users and groups access to a project and the services in it by granting them roles and permissions for that project. | ||
|
||
## Grant project permissions to a user or group | ||
|
||
1. In the project, click <ConsoleLabel name="projectpermissions"/>. | ||
|
||
1. Click **Grant permissions** and select **Grant to users** or **Grant to groups**. | ||
|
||
1. Select the users or groups to add to the project. | ||
|
||
1. Select the [roles and permissions](/docs/platform/concepts/permissions) to grant. | ||
|
||
1. Click **Grant permissions**. | ||
|
||
## Change permissions for a user or group | ||
|
||
1. In the project, click <ConsoleLabel name="projectpermissions"/>. | ||
|
||
1. For the user or group click <ConsoleLabel name="actions"/> > | ||
<ConsoleIcon name="edit"/> **Edit permissions**. | ||
|
||
1. Add or remove permissions and click **Save changes**. | ||
|
||
## Remove access to a project | ||
|
||
To remove all permissions to a project: | ||
|
||
1. In the project, click <ConsoleLabel name="projectpermissions"/>. | ||
|
||
1. For the user or group click <ConsoleLabel name="actions"/> > | ||
<ConsoleIcon name="delete"/> **Remove**. | ||
|
||
1. Click **Remove user** or **Remove group** to confirm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters