Skip to content

Commit 905e694

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-7: Add github teams docs
1 parent f927d51 commit 905e694

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

configuration/rbac-role-based-access-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A list of supported providers and corresponding subject fetch mechanism:
7070

7171
* oauth: `user`, `role`
7272
* oauth\_google: `user`, `domain`
73-
* oauth\_github: `user`, `organization`
73+
* oauth\_github: `user`, `organization`, `team`
7474
* oauth\_cognito: `user`, `group`
7575
* ldap: `group`
7676
* ldap\_ad: (unsupported yet, see [Issue 54](https://github.com/kafbat/kafka-ui/issues/54))

configuration/rbac-role-based-access-control/supported-identity-providers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Set up github auth [first](../authentication/oauth2.md#github)
4444
- provider: oauth_github
4545
type: user
4646
value: "memelord"
47+
- provider: oauth_github
48+
type: team
49+
value: "kafbat/backend"
4750
```
4851
4952
### Cognito

0 commit comments

Comments
 (0)