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
To reproduce this issue:
oc login ...
oc logout
It should state that the token is invalid and prevent you from continuing through the wizard.
Now, it will list the token as valid.
Something other than the token is being added into the copied text, and it isn't being removed before we attempt to validate the token.
The text was updated successfully, but these errors were encountered:
Fixed by #4460
Sorry, something went wrong.
vrubezhny
No branches or pull requests
To reproduce this issue:
oc login ...
), then log out on command line (oc logout
)It should state that the token is invalid and prevent you from continuing through the wizard.
Now, it will list the token as valid.
Something other than the token is being added into the copied text, and it isn't being removed before we attempt to validate the token.
The text was updated successfully, but these errors were encountered: