Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKS issuer URL is different from configured format #970

Closed
yorinasub17 opened this issue Jan 20, 2023 · 2 comments · Fixed by #971
Closed

AKS issuer URL is different from configured format #970

yorinasub17 opened this issue Jan 20, 2023 · 2 comments · Fixed by #971
Labels
bug Something isn't working

Comments

@yorinasub17
Copy link
Contributor

Description

It appears that AKS has updated the OIDC Issuer URL format and it no longer matches what Fulcio expects. The AKS cluster that I have running in the East US region has the following OIDC Issuer URL for the workload identity preview:

%~> az aks show -n myCluster -g myGroup --query "oidcIssuerProfile.issuerUrl" -otsv
The behavior of this command has been altered by the following extension: aks-preview
https://eastus.oic.prod-aks.azure.com/****

This may also be a difference in the specific region that the AKS cluster is provisioned in.

Version

cosign: v2.0.0-rc.0
fulcio: Public instance (https://fulcio.sigstore.dev)

@haydentherapper
Copy link
Contributor

@yorinasub17 Do you want to try now, https://fulcio.sigstore.dev/api/v2/configuration shows it should be rolled out

@yorinasub17
Copy link
Contributor Author

yorinasub17 commented Jan 24, 2023

Just tried and it worked! I was able to successfully get a signing certificate from fulcio using cosign on my AKS cluster! Many thanks for the review and help getting this rolled out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants