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.
This commit is contained in:
2025-06-12 09:05:50 +02:00
parent d729229cba
commit e06a8e2a85
+11 -11
View File
@@ -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"