seaweedfs secrets

This commit is contained in:
titver968
2025-10-28 08:43:24 +01:00
parent 03988f0484
commit 4f517de0c3
3 changed files with 36 additions and 16 deletions

View File

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

View File

@@ -13,7 +13,7 @@ stringData:
{
"identities": [
{
"name": "admin",
"name": "tatort",
"credentials": [
{
"accessKey": "wjpKrmaqXra99rX3D61H",
@@ -26,20 +26,6 @@ stringData:
"Write"
]
},
{
"name": "openproject",
"credentials": [
{
"accessKey": "K7mNpQ2vRxL9wYtH3Zc8",
"secretKey": "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
}
],
"actions": [
"Admin",
"Read",
"Write"
]
},
{
"name": "plane",
"credentials": [

View File

@@ -43,6 +43,8 @@ spec:
port: 8333
enableAuth: true
existingConfigSecret: "admin-s3-secret"
existingConfigSecretKey: "seaweedfs_s3_config"
service:
type: ClusterIP
annotations: {}