-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrating codefresh and buildkite to ci provider
Signed-off-by: Javan lacerda <[email protected]>
- Loading branch information
1 parent
5c2b59b
commit 5379d21
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ define: | |
- &github-type "github-workflow" | ||
- &gitlab-type "gitlab-pipeline" | ||
- &codefresh-type "codefresh-workflow" | ||
- &buildkite-type "buildkite-job" | ||
oidc-issuers: | ||
https://accounts.google.com: | ||
issuer-url: https://accounts.google.com | ||
|
@@ -26,7 +27,8 @@ oidc-issuers: | |
https://agent.buildkite.com: | ||
issuer-url: https://agent.buildkite.com | ||
client-id: sigstore | ||
type: buildkite-job | ||
type: ci-provider | ||
ci-provider: *buildkite-type | ||
contact: [email protected] | ||
description: "Buildkite Agent OIDC tokens for job identity" | ||
https://allow.pub: | ||
|
@@ -175,3 +177,7 @@ ci-issuer-metadata: | |
build-config-uri: "{{if .platform_url}}{{.platform_ur}}{{ else }}{{.url}}{{end}}/api/pipelines/{{ .pipeline_id }}" | ||
run-invocation-uri: "{{if .platform_url}}{{.platform_ur}}{{ else }}{{.url}}{{end}}/build/{{ .workflow_id }}" | ||
subject-alternative-name-template: "{{if .platform_url}}{{.platform_ur}}{{ else }}{{.url}}{{end}}/{{.account_name}}/{{.pipeline_name}}:{{.account_id}}/{{.pipeline_id}}" | ||
*buildkite-type: | ||
default-template-values: | ||
url: "https://buildkite.com" | ||
subject-alternative-name-template: "{{.url}}/{{.organization_slug}}/{{.pipeline_slug}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters