Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update docs as RBAC already supports Github team #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion configuration/rbac-role-based-access-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ A role also has a list of _subjects_ which are the entities we will use to assig
A list of supported providers and corresponding subject fetch mechanism:

* oauth\_google: `user`, `domain`
* oauth\_github: `user`, `organization`
* oauth\_github: `user`, `organization`, `team`
* oauth\_cognito: `user`, `group`
* ldap: `group`
* ldap\_ad: (unsupported yet, will do in 0.8 release)
Expand Down Expand Up @@ -131,6 +131,9 @@ rbac:
- provider: oauth_github
type: user
value: "memelord"
- provider: oauth_github
type: team
value: "provectus_team"

- provider: oauth_cognito
type: user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Set up github auth [first](../authentication/oauth2.md#github)
- provider: oauth_github
type: user
value: "memelord"
- provider: oauth_github
type: team
value: "provectus_team"
```

### Cognito
Expand Down