2025-05-15 09:57:11 +02:00
|
|
|
apiVersion: external-secrets.io/v1
|
2023-04-10 22:30:16 +02:00
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
metadata:
|
|
|
|
|
name: external-secrets
|
|
|
|
|
spec:
|
|
|
|
|
provider:
|
|
|
|
|
fake:
|
|
|
|
|
data:
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/accounting-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/authz-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/company-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/consumer-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/employee-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/invoice-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/notification-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/salary-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/supplier-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/supplier-invoice-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/time-service"
|
2025-06-12 09:05:50 +02:00
|
|
|
value: '{}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "applications/shiny/gateway"
|
|
|
|
|
value: '{"API_KEY": "us_ak_vUj37A1ukjIfhkJH"}'
|
|
|
|
|
- key: "rds/postgres/prod-psql"
|
|
|
|
|
value: '{"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"}'
|
|
|
|
|
- key: "mq/rabbit/prod"
|
2026-02-27 14:42:27 +01:00
|
|
|
value: '{"AMQP_URL": "amqp://guest:guest@lavinmq:5672/"}'
|
2025-04-15 08:40:07 +02:00
|
|
|
- key: "services/schemas"
|
|
|
|
|
value: '{"ISSUER": "auth0", "STRICT_SSL": "false"}'
|