Skip to content

Commit

Permalink
fix: remove unused trust store from sample verifier config (#1790)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Sep 9, 2024
1 parent a73822c commit d89400e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ spec:
ca:
ca-certs:
- kmprovider-akv
ca-certs1:
- kmprovider-akv1
trustPolicyDoc:
version: "1.0"
trustPolicies:
Expand All @@ -22,6 +20,5 @@ spec:
level: strict
trustStores:
- ca:ca-certs
- ca:ca-certs1
trustedIdentities:
- "*"
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ spec:
ca:
ca-certs:
- kmprovider-akv
ca-certs1:
- kmprovider-akv1
trustPolicyDoc:
version: "1.0"
trustPolicies:
Expand All @@ -22,6 +20,5 @@ spec:
level: strict
trustStores:
- ca:ca-certs
- ca:ca-certs1
trustedIdentities:
- "*"
2 changes: 1 addition & 1 deletion test/bats/azure-test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SLEEP_TIME=1
sed -i '10,$d' ./test/bats/tests/config/config_v1beta1_keymanagementprovider_inline.yaml

# configure the notation verifier to use the inline key management provider
run kubectl apply -f ./test/bats/tests/config/config_v1beta1_verifier_notation_kmprovider.yaml
run kubectl replace -f ./test/bats/tests/config/config_v1beta1_verifier_notation_kmprovider.yaml
assert_success

# wait for the httpserver cache to be invalidated
Expand Down

0 comments on commit d89400e

Please sign in to comment.