-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: kubernetes-plugin
Our kuberentes cluster exposes API only on certificate-secured https port. However, the kuberentes plugin configuration page lets you select only basic or OAuth token-based authentication credentials.
Would it be possible to add support for certificate security for k8s api calls from the plugin?
I see that the StandardUsernamePasswordCredentials and BearerTokenCredential are explicitly selected in the code - would it be possible to include CertificateCredentials?