seaweedfs secrets
This commit is contained in:
32
argocd/apps/seaweedfs/admin-s3-secrets.json
Normal file
32
argocd/apps/seaweedfs/admin-s3-secrets.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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": [
|
||||||
|
|||||||
@@ -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: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user