I would like to access the web UI of vCenter through Teleport (goteleport.com). I always get "[400] An error occurred while sending an authentication request to the vCenter Single Sign-On server - An error occurred when processing metadata during vCenter Single Sign-On setup: the service provider validation failed. Verify that the server URL is correct and is in FQDN format, or that the hostname is a trusted service provider alias." when trying to access.
If someone got that to work I would be happy to see the configuration for Teleport. This is what I have now:
- name: "vcenter"
insecure_skip_verify: true
uri: "https://vcenter.ex.com"
rewrite:
redirect:
- vcenter.ex.com
headers:
- "Origin: https://vcenter.teleport.ex.com"
- "Host: vcenter.teleport.ex.com"