Skip to content

Commit

Permalink
📚 Add example multiple teams one org
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kravetz Malabud committed Mar 23, 2021
1 parent 026d341 commit bf3a0fe
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docs/pages/admin-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ auth_service:
type: local
# second_factor can be off, on, optional, otp, or u2f
second_factor: otp

# If running the auth service behind a load balancer, it is highly recommended to have the keepalive settings
# on your Teleport cluster match the value set on your load balancers.
# The default keep alive interval is 300 seconds.
keep_alive_interval: 1m
keep_alive_count_max: 3
keep_alive_count_max: 3

ssh_service:
enabled: "yes"
labels:
Expand Down Expand Up @@ -1174,6 +1174,22 @@ spec:
kubernetes_groups: ["system:masters"]
```
Assigning multiple teams within a single organization is as follows:
```yaml
teams_to_logins:
- organization: octocats
team: team-1
logins:
- admin
- developer
- organization: octocats
team: team-2
logins:
- admin
- developer
```
<Admonition type="note">
For open-source Teleport the `logins` field contains a list of allowed
OS logins. For the commercial Teleport Enterprise offering, which supports
Expand Down

0 comments on commit bf3a0fe

Please sign in to comment.