Skip to content

Commit

Permalink
Change order in fulcio-config.yaml so that it matches what is autogen…
Browse files Browse the repository at this point in the history
…erated

Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 committed Jan 24, 2023
1 parent 55d9e69 commit 3289328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/fulcio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ data:
}
},
"MetaIssuers": {
"https://container.googleapis.com/v1/projects/*/locations/*/clusters/*": {
"https://*.oic.prod-aks.azure.com/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
},
"https://oidc.eks.*.amazonaws.com/id/*": {
"https://container.googleapis.com/v1/projects/*/locations/*/clusters/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
},
"https://oidc.prod-aks.azure.com/*": {
"https://oidc.eks.*.amazonaws.com/id/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
},
"https://*.oic.prod-aks.azure.com/*": {
"https://oidc.prod-aks.azure.com/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
}
Expand Down

0 comments on commit 3289328

Please sign in to comment.