Skip to content

Commit ad2b83a

Browse files
authored
Merge pull request #285 from lmilleri/fix-v1.1.0
Fix v1.1.0
2 parents 7c8fa64 + d62c562 commit ad2b83a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

bundle/manifests/trustee-operator.clusterserviceversion.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ spec:
120120
- get
121121
- list
122122
- watch
123+
- apiGroups:
124+
- route.openshift.io
125+
resources:
126+
- routes
127+
verbs:
128+
- create
129+
- delete
130+
- get
131+
- list
132+
- patch
133+
- update
134+
- watch
123135
- apiGroups:
124136
- authentication.k8s.io
125137
resources:

config/templates/kbs-config-restricted.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ vcek_sources = [
4141
type = "LocalJson"
4242
file_path = "/opt/confidential-containers/rvps/reference-values/reference-values.json"
4343

44-
[attestation_service.verifier_config.nvidia_verifier.verifier]
44+
[attestation_service.verifier_config.nvidia_verifier]
4545
type = "Remote"
4646
nras_url = "https://nras.attestation.nvidia.com/v1/attest"
4747

0 commit comments

Comments
 (0)