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: stringData:
seaweedfs_s3_config: | seaweedfs_s3_config: |
[[identity]] {
name = "tatort" "identities": [
actions = ["Read", "Write", "Admin"] {
"name": "tatort",
[[identity.credentials]] "credentials": [
accessKey = "wjpKrmaqXra99rX3D61H" {
secretKey = "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" "accessKey": "wjpKrmaqXra99rX3D61H",
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
[[identity]] }
name = "plane" ],
actions = ["Read", "Write", "Admin"] "actions": ["Read", "Write", "Admin"]
},
[[identity.credentials]] {
accessKey = "a0ccb47cc0994bf51ecd" "name": "plane",
secretKey = "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2" "credentials": [
{
[[identity]] "accessKey": "a0ccb47cc0994bf51ecd",
name = "n8n" "secretKey": "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2"
actions = ["Read", "Write", "Admin"] }
],
[[identity.credentials]] "actions": ["Read", "Write", "Admin"]
accessKey = "WPpTwIoSMgrPChsS3rdS" },
secretKey = "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" {
"name": "n8n",
"credentials": [
{
"accessKey": "WPpTwIoSMgrPChsS3rdS",
"secretKey": "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
}
],
"actions": ["Read", "Write", "Admin"]
}
]
}