Skip to content

Commit

Permalink
Add new format for AKS OIDC issuer (#971)
Browse files Browse the repository at this point in the history
* Add new format for AKS OIDC issuer

Signed-off-by: Yoriyasu Yano <[email protected]>

* Change order in fulcio-config.yaml so that it matches what is autogenerated

Signed-off-by: Yoriyasu Yano <[email protected]>

Signed-off-by: Yoriyasu Yano <[email protected]>
  • Loading branch information
yorinasub17 authored Jan 24, 2023
1 parent 8975dfd commit 16b975b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/fulcio-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ data:
}
},
"MetaIssuers": {
"https://*.oic.prod-aks.azure.com/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
},
"https://container.googleapis.com/v1/projects/*/locations/*/clusters/*": {
"ClientID": "sigstore",
"Type": "kubernetes"
Expand Down
4 changes: 4 additions & 0 deletions federation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ func main() {
ClientID: "sigstore",
Type: "kubernetes",
},
"https://*.oic.prod-aks.azure.com/*": {
ClientID: "sigstore",
Type: "kubernetes",
},
},
}
for _, m := range matches {
Expand Down

0 comments on commit 16b975b

Please sign in to comment.