Files
teleport/examples/resources/trusted_cluster.yaml
T
Ben Arent 930be29dd2 Updated Auth Connectors Examples and Documentation.
* Update all connector YAML configs
* User <cluster-url> as standard
* Leverage markdown_include.include
* Include screenshots for Buttons based on Display.
2020-02-26 14:57:25 -08:00

22 lines
764 B
YAML

#
# Example resource for a trusted cluster
# IMPORTANT: only one field (enabled) can be changed after a cluster is created.
#
kind: trusted_cluster
version: v2
metadata:
# the name of a trusted cluster
name: new_trusted_cluster
spec:
# this field allows to create tunnels that are disabled, but can be enabled later.
# this is the only field that can be changed later.
enabled: true
# the token expected by the "root" cluster:
token: secret-token-to-add-new-clusters
# the address in 'host:port' form of the reverse tunnel listening port on the
# "root" proxy server:
tunnel_addr: <root-cluster-url>:3024
# the address in 'host:port' form of the web listening port on the
# "root" proxy server:
web_proxy_addr: <root-cluster-url>:3080