Skip to content
Merged
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
6 changes: 6 additions & 0 deletions k8s/bases/apps/ascoachingogvaner/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ spec:
matchOIDCIdentity:
- 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@.+$'
Comment thread
coderabbitai[bot] marked this conversation as resolved.
12 changes: 9 additions & 3 deletions k8s/bases/apps/github-config/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ spec:
matchOIDCIdentity:
# Keyless-signed by the shared publish-manifests reusable workflow that
# .github's cd.yaml calls. Signing runs INSIDE that reusable workflow, so
# the cosign OIDC subject is the reusable workflow's path (devantler-tech/
# reusable-workflows), NOT .github's own cd.yaml β€” same convention as the
# publish-app.yaml-signed app artifacts.
# 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.
- 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@.+$'
6 changes: 6 additions & 0 deletions k8s/bases/apps/wedding-app/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ spec:
matchOIDCIdentity:
- 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@.+$'