mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
* Update all connector YAML configs * User <cluster-url> as standard * Leverage markdown_include.include * Include screenshots for Buttons based on Display.
22 lines
764 B
YAML
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
|