a simple "oc login" wrapper script that uses a RequestHeader "Challenging Proxy" setup with x509/PKI certificates (passwordless) for authentication
How should this be manually tested?
Set up a RequestHeader proxy with PKI certificates as the authentication (passwordless keys).
Use the script like this :
oc-login-pki.sh userCertificateFile userKeyFile serverFQDN
Is there a relevant Issue open for this?
I'll be creating an RFE to include this functionality in OSE's "oc" command
What does this PR do?
a simple "oc login" wrapper script that uses a RequestHeader "Challenging Proxy" setup with x509/PKI certificates (passwordless) for authentication
How should this be manually tested?
Set up a RequestHeader proxy with PKI certificates as the authentication (passwordless keys). Use the script like this : oc-login-pki.sh userCertificateFile userKeyFile serverFQDN
Is there a relevant Issue open for this?
I'll be creating an RFE to include this functionality in OSE's "oc" command
Who would you like to review this?
Whomever's available.