Update github connector documentation
This commit is contained in:
		| @@ -42,8 +42,12 @@ connectors: | |||||||
|     # For example if a user is part of the "engineering" team of the "coreos" |     # For example if a user is part of the "engineering" team of the "coreos" | ||||||
|     # org, the group claim would include "coreos:engineering". |     # org, the group claim would include "coreos:engineering". | ||||||
|     # |     # | ||||||
|     # A user MUST be a member of at least one of the following orgs to |     # If orgs are specified in the config then user MUST be a member of at least one of the specified orgs to | ||||||
|     # authenticate with dex. |     # authenticate with dex. | ||||||
|  |     # | ||||||
|  |     # If neither 'org' nor 'orgs' are specified in the config then user authenticate with ALL user's Github groups. | ||||||
|  |     # Typical use case for this setup: | ||||||
|  |     # provide read-only access to everyone and give full permissions if user has 'my-organization:admins-team' group claim.   | ||||||
|     orgs: |     orgs: | ||||||
|     - name: my-organization |     - name: my-organization | ||||||
|       # Include all teams as claims. |       # Include all teams as claims. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user