Skip to content
Draft
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
21 changes: 21 additions & 0 deletions .github/chainguard/dev-klrmngr-libraries-gen.sts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2026 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0

# Octo STS policy for Kaiming's libraries-gen dev environment.
# Service account: klrmngr-libraries-gen@klrmngr-dev.iam.gserviceaccount.com

issuer: https://accounts.google.com
# Replace after env/dev/klrmngr/400-libraries-gen creates the service account:
# terraform output service_account_unique_id
subject: "TODO"

permissions:
actions: read
checks: read
contents: write
pull_requests: write
issues: write
workflows: write

repositories:
- ecosystems-packages
21 changes: 21 additions & 0 deletions .github/chainguard/staging-libraries-gen.sts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2026 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0

# Octo STS policy for libraries-gen staging environment.
# Service account: libraries-gen@staging-enforce-cd1e.iam.gserviceaccount.com

issuer: https://accounts.google.com
# Replace after env/chainops.dev/iac/400-libraries-gen creates the service
# account: terraform output service_account_unique_id
subject: "TODO"

permissions:
actions: read
checks: read
contents: write
pull_requests: write
issues: write
workflows: write

repositories:
- ecosystems-packages