mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-16 00:00:32 +02:00
27 lines
457 B
JSON
27 lines
457 B
JSON
{
|
|
"identities": [
|
|
{
|
|
"name": "anonymous",
|
|
"actions": [
|
|
"Read"
|
|
]
|
|
},
|
|
{
|
|
"name": "gitea",
|
|
"credentials": [
|
|
{
|
|
"accessKey": "REDACTED_S3_ACCESS_KEY",
|
|
"secretKey": "REDACTED_S3_SECRET_KEY"
|
|
}
|
|
],
|
|
"actions": [
|
|
"Admin",
|
|
"Read",
|
|
"List",
|
|
"Tagging",
|
|
"Write"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|