We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4367cd commit 3bafa86Copy full SHA for 3bafa86
config/identity/config.yaml
@@ -266,7 +266,6 @@ ci-issuer-metadata:
266
*circleci-type:
267
default-template-values:
268
# principal gives priority to the claimed value over the default
269
- platform_url: "https://app.circleci.com"
270
api_url: "https://circleci.com/api/v2"
271
runner_environment: ""
272
extension-templates:
@@ -278,3 +277,4 @@ ci-issuer-metadata:
278
277
runner-environment: "runner_environment"
279
source-repository-ref: "oidc.circleci.com/vcs-ref"
280
source-repository-uri: "oidc.circleci.com/vcs-origin"
+ subject-alternative-name-template: "{{.api_url}}/projects/{{.'oidc.circleci.com/project-id'}}/pipeline-definitions/{{.'oidc.circleci.com/pipeline-definition-id'}}"
0 commit comments