A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
73
fork

Configure Feed

Select the types of activity you want to include in your feed.

try and wildcard scope

+1 -7
+1 -7
pkg/auth/oauth/client.go
··· 134 134 "blob:application/vnd.cncf.oras.artifact.manifest.v1+json", 135 135 } 136 136 137 - scopes = append(scopes, "transition:generic") 138 - 139 - // In test mode: use transition:generic (local dev with test PDS) 140 - // In production: use rpc scope for service auth 141 - if !testMode { 142 - scopes = append(scopes, fmt.Sprintf("rpc:com.atproto.repo.getRecord?aud=%s#atcr_hold", did)) 143 - } 137 + scopes = append(scopes, fmt.Sprintf("rpc:com.atproto.repo.getRecord?aud=%s", "*")) 144 138 145 139 // Add repo scopes 146 140 scopes = append(scopes,