Skip to content

Commit f9b3245

Browse files
authored
Update image-integrity.md
If you want to use Workload Identity for Ratify to access ACR, you need extra parameters in Store config
1 parent db9efab commit f9b3245

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/aks/image-integrity.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ In this article, we use a self-signed CA cert from the official Ratify documenta
157157
name: store-oras
158158
spec:
159159
name: oras
160+
# If you want to you use Workload Identity for Ratify to access Azure Container Registry,
161+
# uncomment the following lines, and fill the proper ClientID:
162+
# See more: https://ratify.dev/docs/reference/oras-auth-provider
163+
# parameters:
164+
# authProvider:
165+
# name: azureWorkloadIdentity
166+
# clientID: XXX
160167
---
161168
apiVersion: config.ratify.deislabs.io/v1beta1
162169
kind: Verifier

0 commit comments

Comments
 (0)