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.
1 parent 486bee3 commit a0dfafeCopy full SHA for a0dfafe
path_config_test.go
@@ -544,7 +544,7 @@ func TestConfig_SystemCa(t *testing.T) {
544
"no CA default to system": {
545
config: map[string]interface{}{
546
"kubernetes_host": "host",
547
- "disable_local_ca_jwt": true,
+ "disable_local_ca_jwt": false,
548
"kubernetes_ca_cert": "",
549
},
550
setupInClusterFiles: true,
@@ -556,7 +556,7 @@ func TestConfig_SystemCa(t *testing.T) {
556
CACert: testLocalCACert,
557
TokenReviewerJWT: testLocalJWT,
558
DisableISSValidation: true,
559
- DisableLocalCAJwt: true,
+ DisableLocalCAJwt: false,
560
561
562
}
0 commit comments