We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
The 6.0.0-rc.1 docker container does not set the env variable TELEPORT_CONFIG_FILE to the /etc/teleport/teleport.yaml path so tctl throws an error .
TELEPORT_CONFIG_FILE
/etc/teleport/teleport.yaml
tctl
$ docker exec -it teleport bash root@localhost:/# tctl users ls ERROR: file /etc/teleport.yaml is not found
What you expected to happen: tctl on the auth service would work as previously it did in a docker container without specifying the config location.
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
tctl users ls
teleport version
/etc/os-release
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
What happened:
The 6.0.0-rc.1 docker container does not set the env variable
TELEPORT_CONFIG_FILE
to the/etc/teleport/teleport.yaml
path sotctl
throws an error .What you expected to happen:
tctl
on the auth service would work as previously it did in a docker container without specifying the config location.Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
2.test
tctl
usage on 5.1.2 such astctl users ls
in an exec session of teleport3.try the same in 6.0.0-rc.1
Server Details
teleport version
): 6.0.0-rc.1/etc/os-release
): docker, ubuntuWhich platform(s)
Which component(s)
The text was updated successfully, but these errors were encountered: