Closed sabre1041 closed 5 months ago
Adds support for authenticating to OpenShift via an API key (token) instead of a username and password
Invoke the ocp_install role and provide the following variables:
ocp_install
aap_ocp_install_connection: host: "<host>" api_key: "<api_key>" validate_certs: false
No
What does this PR do?
Adds support for authenticating to OpenShift via an API key (token) instead of a username and password
How should this be tested?
Invoke the
ocp_install
role and provide the following variables:Is there a relevant Issue open for this?
No