From f75b83977dda826b635af07149cee193a49670ec Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Mon, 16 Mar 2026 10:01:51 +0100 Subject: [PATCH] secrets --- infra/secrets.yaml | 30 ++++++++++++++++++++ secrets/forte10x-app-credentials-sealed.yaml | 16 +++++++++++ 2 files changed, 46 insertions(+) create mode 100644 infra/secrets.yaml create mode 100644 secrets/forte10x-app-credentials-sealed.yaml diff --git a/infra/secrets.yaml b/infra/secrets.yaml new file mode 100644 index 0000000..215a3ba --- /dev/null +++ b/infra/secrets.yaml @@ -0,0 +1,30 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: secrets + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "2" + notifications.argoproj.io/subscribe.on-sync-succeeded.slack: "" + notifications.argoproj.io/subscribe.on-sync-failed.slack: "" + notifications.argoproj.io/subscribe.on-degraded.slack: "" + labels: + app.kubernetes.io/name: secrets + app.kubernetes.io/part-of: platform + app.kubernetes.io/managed-by: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/snothub/sturdy-adventure.git + path: secrets + destination: + server: https://kubernetes.default.svc + namespace: secrets + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/secrets/forte10x-app-credentials-sealed.yaml b/secrets/forte10x-app-credentials-sealed.yaml new file mode 100644 index 0000000..5aed02b --- /dev/null +++ b/secrets/forte10x-app-credentials-sealed.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: bitnami.com/v1alpha1 +kind: SealedSecret +metadata: + creationTimestamp: null + name: forte10x-config + namespace: mcp10x +spec: + encryptedData: + FLOWCASE_TOKEN: AgB/4RAl9/S8ovcof0mtiO/e2HgR0XFvrF5FP+kD9LF6wGGRoUnAJSBxiysUtOy9/6Av5YWskUb5OB+wZLQFlYDW09frgf8AUo0655Vb/aY7418LzRnSzidYshlLgdPllHBQ4kwtvhIuF4a2fcWQ97VR95g+RMDtk04ngE9HgAkrSz9Tu1kFGyo/POTb/gQsVtzBnJnT3kNFQFGP2ef3UnJTPaSZ3OixSGycz7l6fEeTpwzPR8fN3gCRUmcnTE5LPwrJ1zAPQ93wyK/QQZrtpSttskSIFXmC4rv75Hyu9xj85pj0sfrGw7ww5cY1mAa3kWICUzSr+w/ytmLtsyUpq2wH+AlBHsVB3x/iDtJfkL48ANMkvJEEXJPqjCpCstXOAW0mbjvksFTa9gt6cuE3ACeJ0hbdvCg2ROeKwGM1XkUjz56C8pz//BMVeh08KwcIVsD6OpiASgLpyVblSiw4eUxIdpmgDREZpNa3fpIcpj5xp8iiRiALMoaLTY3OkfJZ6xJYkJcyK3uT/kyTlhOshOV/DfTua9Vhrqjn52CYeZUHzWaL2viDOoXAFQ5iKXwmlAG+xMFTYPB70Y0s4Hxq8mV7bu7yg0nQS4LOaRpgwzS8ZgBOV0Iul0jz5oKeK44lSnyAyLdWjUxo2cXl/jxb3mRHRY5Xp1wsQSFtWyae9t5zz9xjHH9Z8YWZbya9/iCM92m5ZbWrALdEoBT/j6CWXDoyC2scYtCY81GTHXGNjvhEAA== + template: + metadata: + creationTimestamp: null + name: forte10x-config + namespace: mcp10x + type: Opaque