admin seaweedfs credentials

This commit is contained in:
titver968
2025-11-04 13:44:13 +01:00
parent 78cb336620
commit 1518e37fd8
3 changed files with 65 additions and 4 deletions

View File

@@ -21,9 +21,9 @@ stringData:
}
],
"actions": [
"Admin",
"Read",
"Write"
"Write",
"Admin"
]
},
{
@@ -35,9 +35,23 @@ stringData:
}
],
"actions": [
"Admin",
"Read",
"Write"
"Write",
"Admin"
]
},
{
"name": "n8n",
"credentials": [
{
"accessKey": "WPpTwIoSMgrPChsS3rdS",
"secretKey": "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW"
}
],
"actions": [
"Read",
"Write",
"Admin"
]
}
]

View File

@@ -0,0 +1,3 @@
{
"seaweedfs_s3_config": "{\n \"identities\": [\n {\n \"name\": \"tatort\",\n \"credentials\": [\n {\n \"accessKey\": \"wjpKrmaqXra99rX3D61H\",\n \"secretKey\": \"fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u\"\n }\n ],\n \"actions\": [\n \"Admin\",\n \"Read\",\n \"Write\"\n ]\n },\n {\n \"name\": \"plane\",\n \"credentials\": [\n {\n \"accessKey\": \"a0ccb47cc0994bf51ecd\",\n \"secretKey\": \"0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2\"\n }\n ],\n \"actions\": [\n \"Admin\",\n \"Read\",\n \"Write\"\n ]\n }\n ]\n}\n"
}