How to fix an error when starting the service on a node for a web app #47032
-
Hello, I'm new to teleport. I've installed the proxy/auth on a machine and it works fine. I've created a token by executing the command sudo tctl tokens add --type=app --app-name=<app_name> --app-uri=http://<node_address>: The output of such command is the following teleport app start I executed the last command on the node where the web app is located but it fails with the following output: 2024-10-01T09:42:25Z INFO Starting Teleport with a config file version:16.4.2 config_file:/etc/teleport.yaml common/teleport.go:756 Teleport version Surfing the Internet does not help. Any idea? Any help would be much appreciated. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like you have a |
Beta Was this translation helpful? Give feedback.
Looks like you have a
/etc/teleport.yaml
already on the machine. And you are specifyingauth-server
as a parameter. Is the proxy server the same as the auth server in/etc/teleport.yaml
? That parameter isn't required then.