2023-04-10 22:30:16 +02:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
metadata:
|
|
|
|
|
name: external-secrets
|
|
|
|
|
spec:
|
|
|
|
|
provider:
|
|
|
|
|
fake:
|
|
|
|
|
data:
|
|
|
|
|
- key: "applications/shiny/accounting-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/authz-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/company-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/consumer-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/employee-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/invoice-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/notification-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/salary-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
|
|
|
|
- key: "applications/shiny/time-service"
|
|
|
|
|
valueMap:
|
|
|
|
|
SENTRY_DSN: ""
|
|
|
|
|
SENTRY_DISABLED: "true"
|
2023-04-27 17:58:24 +02:00
|
|
|
- key: "applications/shiny/gateway"
|
|
|
|
|
valueMap:
|
|
|
|
|
ISSUER: "auth0"
|
|
|
|
|
STRICT_SSL: "false"
|
2023-04-10 22:30:16 +02:00
|
|
|
- key: "rds/postgres/prod-psql"
|
|
|
|
|
valueMap:
|
|
|
|
|
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable"
|
|
|
|
|
DB_HOST: "postgres"
|
|
|
|
|
DB_NAME: "postgres"
|
|
|
|
|
DB_PASSWORD: "postgres"
|
|
|
|
|
DB_PORT: "5432"
|
|
|
|
|
DB_USERNAME: "postgres"
|