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"
]
}
]