Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions k8s/bases/apps/ascoachingogvaner/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ spec:
verify:
provider: cosign
matchOIDCIdentity:
# Flux's cosign verifier accepts exactly ONE identity ("multiple
# identities are not supported at this time"), so the actions#425
# transition (publish-app.yaml moving from devantler-tech/
# reusable-workflows into devantler-tech/actions) is expressed as one
# alternation regex β€” narrow it to the actions path once the first
# actions-signed artifact has been published and verified.
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/reusable-workflows/\.github/workflows/publish-app\.yaml@.+$'
# publish-app.yaml is moving from devantler-tech/reusable-workflows into
# devantler-tech/actions (actions#425 consumer repoint); both subjects are
# accepted during the transition β€” drop the reusable-workflows entry once
# the first actions-signed artifact has been published and verified.
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/actions/\.github/workflows/publish-app\.yaml@.+$'
subject: '^https://github\.com/devantler-tech/(reusable-workflows|actions)/\.github/workflows/publish-app\.yaml@.+$'
15 changes: 7 additions & 8 deletions k8s/bases/apps/github-config/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ spec:
# .github's cd.yaml calls. Signing runs INSIDE that reusable workflow, so
# the cosign OIDC subject is the reusable workflow's path, NOT .github's
# own cd.yaml β€” same convention as the publish-app.yaml-signed app
# artifacts. The workflow is moving from devantler-tech/reusable-workflows
# into devantler-tech/actions (actions#425 consumer repoint); both
# subjects are accepted during the transition β€” drop the
# reusable-workflows entry once the first actions-signed artifact has
# been published and verified.
# artifacts. Flux's cosign verifier accepts exactly ONE identity
# ("multiple identities are not supported at this time"), so the
# actions#425 transition (the workflow moving from devantler-tech/
# reusable-workflows into devantler-tech/actions) is expressed as one
# alternation regex β€” narrow it to the actions path once the first
# actions-signed artifact has been published and verified.
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/reusable-workflows/\.github/workflows/publish-manifests\.yaml@.+$'
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/actions/\.github/workflows/publish-manifests\.yaml@.+$'
subject: '^https://github\.com/devantler-tech/(reusable-workflows|actions)/\.github/workflows/publish-manifests\.yaml@.+$'
14 changes: 7 additions & 7 deletions k8s/bases/apps/wedding-app/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ spec:
verify:
provider: cosign
matchOIDCIdentity:
# Flux's cosign verifier accepts exactly ONE identity ("multiple
# identities are not supported at this time"), so the actions#425
# transition (publish-app.yaml moving from devantler-tech/
# reusable-workflows into devantler-tech/actions) is expressed as one
# alternation regex β€” narrow it to the actions path once the first
# actions-signed artifact has been published and verified.
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/reusable-workflows/\.github/workflows/publish-app\.yaml@.+$'
# publish-app.yaml is moving from devantler-tech/reusable-workflows into
# devantler-tech/actions (actions#425 consumer repoint); both subjects are
# accepted during the transition β€” drop the reusable-workflows entry once
# the first actions-signed artifact has been published and verified.
- issuer: '^https://token\.actions\.githubusercontent\.com$'
subject: '^https://github\.com/devantler-tech/actions/\.github/workflows/publish-app\.yaml@.+$'
subject: '^https://github\.com/devantler-tech/(reusable-workflows|actions)/\.github/workflows/publish-app\.yaml@.+$'