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

View File

@@ -42,7 +42,9 @@ spec:
replicas: 1 replicas: 1
port: 8333 port: 8333
enableAuth: true enableAuth: true
existingConfigSecret: "admin-s3-secret" existingConfigSecret: "admin-s3-secret"
existingConfigSecretKey: "seaweedfs_s3_config"
service: service:
type: ClusterIP type: ClusterIP
annotations: {} annotations: {}