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:
+11
-11
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user