Skip to content

Commit 09147e3

Browse files
jlucangelioclaude
andauthored
Add dev-jlucangelio-agent octo-sts policy (#272)
Read-only dev agent policy for jlucangelio's sandboxed Claude Code environment, mirroring dev-egibs-agent. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 00904bf commit 09147e3

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2026 Chainguard, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# Octo STS policy for jlucangelio's dev agent environment.
5+
# Used by sandboxed Claude Code agents for read-only repo access.
6+
#
7+
# Service account: dev-agent@jorgelucangeli-chainguard.iam.gserviceaccount.com
8+
# Subject ID: 105489940384922966753
9+
10+
issuer: https://accounts.google.com
11+
subject: "105489940384922966753"
12+
13+
permissions:
14+
contents: read
15+
pull_requests: read
16+
issues: read
17+
actions: read
18+
19+
repositories: []

0 commit comments

Comments
 (0)