We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a0258 + 1dc9d6e commit 77b93f1Copy full SHA for 77b93f1
util/src/main/java/io/kubernetes/client/util/credentials/KubeconfigAuthentication.java
@@ -36,7 +36,7 @@ public KubeconfigAuthentication(final KubeConfig config) throws IOException {
36
@Override
37
public void provide(ApiClient client) {
38
if (clientCert != null && clientKey != null) {
39
- new ClientCertificateAuthentication(clientCert, clientKey);
+ new ClientCertificateAuthentication(clientCert, clientKey).provide(client);
40
}
41
42
if (username != null && password != null) {
0 commit comments