Find your cluster OIDC issuer URL
If you have the appropriate permissions, run the following command to retrieve the OIDC issuer URL from any Kubernetes cluster:Amazon EKS
In the AWS Console, go to your EKS cluster details. The OIDC issuer URL is listed under OpenID Connect provider URL.Azure AKS
In the Azure Portal, go to your AKS cluster. The OIDC issuer URL is listed under the cluster’s properties. Make sure the OIDC issuer is enabled on the cluster.Next steps
After you complete these steps, you have the OIDC issuer URL for your Kubernetes cluster. Use it to configure Workload Identity Federation for Object Storage. Follow the Using Workload Identity Federation with OIDC guide to complete the setup. Set Issuer URL to the cluster’s OIDC issuer URL. Set Client ID (Audience) tohttps://coreweave.com/iam (recommended), or to another audience that matches the audience value on your projected service account tokens.