Skip to content

Commit a0dfafe

Browse files
committed
disable_local_ca_jwt to false
1 parent 486bee3 commit a0dfafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

path_config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ func TestConfig_SystemCa(t *testing.T) {
544544
"no CA default to system": {
545545
config: map[string]interface{}{
546546
"kubernetes_host": "host",
547-
"disable_local_ca_jwt": true,
547+
"disable_local_ca_jwt": false,
548548
"kubernetes_ca_cert": "",
549549
},
550550
setupInClusterFiles: true,
@@ -556,7 +556,7 @@ func TestConfig_SystemCa(t *testing.T) {
556556
CACert: testLocalCACert,
557557
TokenReviewerJWT: testLocalJWT,
558558
DisableISSValidation: true,
559-
DisableLocalCAJwt: true,
559+
DisableLocalCAJwt: false,
560560
},
561561
},
562562
}

0 commit comments

Comments
 (0)