mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-27 04:34:15 +00:00
22 lines
669 B
JSON
22 lines
669 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "io.atcr.authFullApp",
|
|
"defs": {
|
|
"main": {
|
|
"type": "permission-set",
|
|
"title": "AT Container Registry",
|
|
"title:langs": {},
|
|
"detail": "Push and pull container images to the ATProto Container Registry. Includes creating and managing image manifests, tags, and repository settings.",
|
|
"detail:langs": {},
|
|
"permissions": [
|
|
{
|
|
"type": "permission",
|
|
"resource": "repo",
|
|
"action": ["create", "update", "delete"],
|
|
"collection": ["io.atcr.manifest", "io.atcr.tag", "io.atcr.sailor.star", "io.atcr.sailor.profile", "io.atcr.repo.page"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|