admin-s3 back to json

This commit is contained in:
titver968
2025-12-04 11:50:45 +01:00
parent b46c32382b
commit 1bdacd6823

View File

@@ -10,26 +10,37 @@ metadata:
stringData:
seaweedfs_s3_config: |
[[identity]]
name = "tatort"
actions = ["Read", "Write", "Admin"]
[[identity.credentials]]
accessKey = "wjpKrmaqXra99rX3D61H"
secretKey = "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
[[identity]]
name = "plane"
actions = ["Read", "Write", "Admin"]
[[identity.credentials]]
accessKey = "a0ccb47cc0994bf51ecd"
secretKey = "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
[[identity]]
name = "n8n"
actions = ["Read", "Write", "Admin"]
[[identity.credentials]]
accessKey = "WPpTwIoSMgrPChsS3rdS"
secretKey = "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
{
"identities": [
{
"name": "tatort",
"credentials": [
{
"accessKey": "wjpKrmaqXra99rX3D61H",
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
}
],
"actions": ["Read", "Write", "Admin"]
},
{
"name": "plane",
"credentials": [
{
"accessKey": "a0ccb47cc0994bf51ecd",
"secretKey": "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
}
],
"actions": ["Read", "Write", "Admin"]
},
{
"name": "n8n",
"credentials": [
{
"accessKey": "WPpTwIoSMgrPChsS3rdS",
"secretKey": "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
}
],
"actions": ["Read", "Write", "Admin"]
}
]
}