From e06a8e2a85f15fc5814114c932a6f0444e4533a6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 12 Jun 2025 09:05:50 +0200 Subject: [PATCH] chore(secrets-store): clear Sentry DSN configuration Remove Sentry DSN and disabled settings for Shiny services to ensure a cleaner configuration and avoid unnecessary setup for services that do not require Sentry integration. --- kind/secrets-store.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/kind/secrets-store.yaml b/kind/secrets-store.yaml index a8fd78e..0af8b1e 100644 --- a/kind/secrets-store.yaml +++ b/kind/secrets-store.yaml @@ -7,27 +7,27 @@ spec: fake: data: - key: "applications/shiny/accounting-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/authz-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/company-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/consumer-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/employee-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/invoice-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/notification-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/salary-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/supplier-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/supplier-invoice-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/time-service" - value: '{"SENTRY_DSN": "", "SENTRY_DISABLED": "true"}' + value: '{}' - key: "applications/shiny/gateway" value: '{"API_KEY": "us_ak_vUj37A1ukjIfhkJH"}' - key: "rds/postgres/prod-psql"