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
Parameters such as authToken are ignored or does not work properly when used against remote clusters such as OSIO
authToken
Log into the remote cluster using auth token provided in the configuration file.
Token is ignored and if you have not done before an oc login, test fails.
oc login
The text was updated successfully, but these errors were encountered:
feat(arquillian#963, arquillian#982): Uses Auth paramters from config…
4b616df
…uration
3375211
291f115
feat(arquillian#964, arquillian#982): Uses Auth paramters from config…
ddc51f4
feat(#982): Uses OuthToken or username and password to authenticate r…
c110875
…emote cluster (#985) * adds username and password * feat(#964, #982): Uses Auth paramters from configuration * changed builder to use fluent pattern * reverted changes for OpenshiftClient * Removes unused import * renames all newly introduced properties to prefix with cube.
lordofthejars
Successfully merging a pull request may close this issue.
Issue Overview
Parameters such as
authToken
are ignored or does not work properly when used against remote clusters such as OSIOExpected Behaviour
Log into the remote cluster using auth token provided in the configuration file.
Current Behaviour
Token is ignored and if you have not done before an
oc login
, test fails.The text was updated successfully, but these errors were encountered: