teleport/docker/one-proxy.yaml
Sasha Klizhentas 83d0f7e7bb Fix role mapping for trusted clusters
This commit fixes #3252

Security patches 4.2 introduced a regression - leaf clusters ignore role mapping
and attempt to use role names coming from identity of the root cluster
whenever GetNodes method was used.

This commit reverts back the logic, however it ensures that the original
fix is preserved - traits and groups are updated on the user object.

Integration test has been extended to avoid the regression in the future.
2020-01-15 12:57:33 -08:00

24 lines
370 B
YAML

# standalone proxy connected to
teleport:
auth_token: foo
nodename: one-proxy
advertise_ip: 172.10.1.10
log:
output: stdout
severity: DEBUG
auth_servers:
- one:3025
data_dir: /var/lib/teleport
storage:
path: /var/lib/teleport/backend
type: dir
auth_service:
enabled: no
ssh_service:
enabled: no
proxy_service:
enabled: yes