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
Problem
tsh ls returns the following error when trying to get a list of nodes from a Trusted Cluster.
tsh ls
$ tsh --cluster=two ls auth API: access denied [00]
The logs show a line that looks like the following:
auth API: access denied 'remote-rjones-abcdefghijklmnopqrstuvwxyz' is not a valid user name
This only occurs when remote-{username}-{cluster name} is longer than 32 characters.
remote-{username}-{cluster name}
The text was updated successfully, but these errors were encountered:
Update app access events (#1102)
7a138af
No branches or pull requests
Problem
tsh ls
returns the following error when trying to get a list of nodes from a Trusted Cluster.The logs show a line that looks like the following:
This only occurs when
remote-{username}-{cluster name}
is longer than 32 characters.The text was updated successfully, but these errors were encountered: