Files
teleport/examples/resources/admin.yaml
T
Ben Arent a04b377663 Update Google Workspace and Okta Docs (#6267)
* Update GSuite and Okta Docs
* s/suite/workspace
* Remove use of admin to use editor
2021-04-05 15:45:08 -07:00

33 lines
577 B
YAML

#
# Example: Legacy Default Admin Role
# Tip: For 6.0+ clusters, please use 'editor' for configuring Teleport
#
kind: role
metadata:
name: admin
spec:
allow:
kubernetes_groups:
- '{{internal.kubernetes_groups}}'
logins:
- '{{internal.logins}}'
- root
node_labels:
'*': '*'
rules:
- resources:
- '*'
verbs:
- '*'
deny:
logins: null
options:
cert_format: standard
enhanced_recording:
- command
- network
forward_agent: true
max_session_ttl: 30h0m0s
port_forwarding: true
version: v3