Add cameleer.server.security.infrastructureendpoints property (default true) and @ConditionalOnProperty to DatabaseAdminController and ClickHouseAdminController so the SaaS provisioner can set CAMELEER_SERVER_SECURITY_INFRASTRUCTUREENDPOINTS=false to suppress these endpoints (404) on tenant server containers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
369 B
YAML
19 lines
369 B
YAML
spring:
|
|
flyway:
|
|
enabled: true
|
|
|
|
cameleer:
|
|
server:
|
|
indexer:
|
|
debouncems: 100
|
|
ingestion:
|
|
buffercapacity: 100
|
|
batchsize: 10
|
|
flushintervalms: 100
|
|
agentregistry:
|
|
pingintervalms: 1000
|
|
security:
|
|
bootstraptoken: test-bootstrap-token
|
|
bootstraptokenprevious: old-bootstrap-token
|
|
infrastructureendpoints: true
|