Can't get specific cluster (leaf) to work #5574
-
So I have 5 leafs connecter to 1 root. Each leaf is it's own independent infrastructure, with the root there to make maintaining each one easier.
All clusters have valid SSL certificates from Let's Encrypt I connect to TELEPORT_CLUSTER_A (the root)
All is going well, now I check what clusters are available
The cluster appears to be online, so I swap over to it
Now list what nodes are available
I can't figure out why it's https://teleport.cluster.local instead of https://teleport.elsewhere teleport:
nodename: TELEPORT_NODE_1
data_dir: /var/lib/teleport
auth_token: abc
auth_servers:
- 127.0.0.1:3025
log:
output: stderr
severity: INFO
auth_service:
enabled: "yes"
cluster_name: "TELEPORT_CLUSTER_B"
listen_addr: 0.0.0.0:3025
tokens:
- proxy,node:abc
enabled: "yes"
labels:
env: production
type: soc
commands:
- name: hostname
command: [hostname]
period: 1m0s
- name: arch
command: [uname, -p]
period: 1h0m0s
pam:
enabled: true
service_name: "teleport"
use_pam_auth: false
proxy_service:
enabled: "yes"
listen_addr: 0.0.0.0:3023
web_listen_addr: 0.0.0.0:3080
tunnel_listen_addr: 0.0.0.0:3024
public_addr: teleport.elsewhere
https_key_file: /etc/letsencrypt/live/teleport.elsewhere/privkey.pem
https_cert_file: /etc/letsencrypt/live/teleport.elsewhere/fullchain.pem |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is the same thing as #5575 which looks to have been resolved now. |
Beta Was this translation helpful? Give feedback.
This is the same thing as #5575 which looks to have been resolved now.