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
If you attempt to disable a Trusted Cluster after creating it, it can never be enabled again.
Reproduction
First create a Trusted Cluster relationship:
kind: trusted_cluster version: v1 metadata: name: "example.com" spec: enabled: true token: "bar" tunnel_addr: 127.0.0.1:3024 web_proxy_addr: 127.0.0.1:3080
then disable it:
kind: trusted_cluster version: v1 metadata: name: "example.com" spec: enabled: false token: "bar" tunnel_addr: 127.0.0.1:3024 web_proxy_addr: 127.0.0.1:3080
and re-enable it:
The reverse tunnel is not re-established and this is the last line you see in the logs of the Trusted Cluster.
DEBU [TRUSTED CLUSTER] Enabling existing Trusted Cluster relationship. auth/trustedcluster.go:59
The text was updated successfully, but these errors were encountered:
Fixed in #1752.
Sorry, something went wrong.
No branches or pull requests
Problem
If you attempt to disable a Trusted Cluster after creating it, it can never be enabled again.
Reproduction
First create a Trusted Cluster relationship:
then disable it:
and re-enable it:
The reverse tunnel is not re-established and this is the last line you see in the logs of the Trusted Cluster.
The text was updated successfully, but these errors were encountered: