admin-s3 back to json
This commit is contained in:
@@ -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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user