2023-07-10 16:55:45 +02:00
|
|
|
admin:
|
|
|
|
http:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8081
|
|
|
|
cors:
|
|
|
|
allowedOrigins:
|
2024-03-26 17:28:38 +01:00
|
|
|
- http://localhost:3001
|
2023-07-10 16:55:45 +02:00
|
|
|
allowCredentials: true
|
|
|
|
allowMethods:
|
2024-03-26 17:28:38 +01:00
|
|
|
- POST
|
|
|
|
- GET
|
|
|
|
- PUT
|
|
|
|
- DELETE
|
2023-07-10 16:55:45 +02:00
|
|
|
allowedHeaders:
|
2024-03-26 17:28:38 +01:00
|
|
|
- Origin
|
|
|
|
- Accept
|
|
|
|
- Content-Type
|
|
|
|
- Authorization
|
|
|
|
- Sentry-Trace
|
2023-07-10 16:55:45 +02:00
|
|
|
debug: false
|
|
|
|
auth:
|
|
|
|
issuer: http://127.0.0.1:8081
|
2024-03-28 15:53:40 +01:00
|
|
|
privateKey: /var/lib/bouncer/admin-key.json
|
2023-07-10 16:55:45 +02:00
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
endpoint: /.bouncer/metrics
|
|
|
|
basicAuth: null
|
|
|
|
|
|
|
|
redis:
|
|
|
|
addresses:
|
2024-03-26 17:28:38 +01:00
|
|
|
- rfs-bouncer-redis:${RFS_BOUNCER_REDIS_SERVICE_PORT}
|
2024-02-15 15:15:41 +01:00
|
|
|
master: mymaster
|
2023-07-10 16:55:45 +02:00
|
|
|
|
|
|
|
logger:
|
2024-03-26 17:28:38 +01:00
|
|
|
level: ${BOUNCER_LOG_LEVEL}
|
2023-07-10 16:55:45 +02:00
|
|
|
format: human
|
2024-03-26 17:28:38 +01:00
|
|
|
|
|
|
|
bootstrap:
|
|
|
|
dir: /etc/bouncer/bootstrap.d
|
|
|
|
lockTimeout: 30s
|
2024-03-27 17:47:39 +01:00
|
|
|
|
|
|
|
integrations:
|
|
|
|
kubernetes:
|
|
|
|
enabled: true
|
|
|
|
writerTokenSecret: ${BOUNCER_WRITER_TOKEN_SECRET}
|
|
|
|
readerTokenSecret: ${BOUNCER_READER_TOKEN_SECRET}
|
2024-03-28 15:53:40 +01:00
|
|
|
privateKeySecret: ${BOUNCER_PRIVATE_KEY_SECRET}
|