diff --git a/argocd/apps/seaweedfs/admin-s3-secrets.yaml b/argocd/apps/seaweedfs/admin-s3-secrets.yaml index 8a6abc7..c6e7ee6 100644 --- a/argocd/apps/seaweedfs/admin-s3-secrets.yaml +++ b/argocd/apps/seaweedfs/admin-s3-secrets.yaml @@ -10,20 +10,26 @@ metadata: stringData: seaweedfs_s3_config: | - [identity.tatort] + [[identity]] + name = "tatort" actions = ["Read", "Write", "Admin"] - [identity.tatort.credentials] + + [[identity.credentials]] accessKey = "wjpKrmaqXra99rX3D61H" secretKey = "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u" - [identity.plane] + [[identity]] + name = "plane" actions = ["Read", "Write", "Admin"] - [identity.plane.credentials] + + [[identity.credentials]] accessKey = "a0ccb47cc0994bf51ecd" secretKey = "0d54ee2f943f2a56b8cafc3afe9cb1e2f9fecac2" - [identity.n8n] + [[identity]] + name = "n8n" actions = ["Read", "Write", "Admin"] - [identity.n8n.credentials] + + [[identity.credentials]] accessKey = "WPpTwIoSMgrPChsS3rdS" - secretKey = "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" + secretKey = "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" \ No newline at end of file