crossplane-contrib/provider-kubernetes

Add support for OAuth username/password authentication for Openshift

bobh66 opened this issue · 0 comments

What problem are you facing?

Openshift clusters use OAuth authentication with username/password to login and get a short-lived token for kubectl use

How could Crossplane help solve your problem?

It would be helpful to have a ProviderConfig Identity Type that allows using a Secret with a username and password that is used to login via OAuth and get a token.

This is probably a logical extension of the Azure and Google support that was added recently.