- remove hardcoded http:// prefix from zipkin.tracing.endpoint setting
- this allows using the globally configured tracing.collector.baseUrl from the chart
Issue-ID: OOM-3350
Change-Id: I7f29630e63211f9f7a344d70bb973aa213c7b6f9
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
probability: 1.0 # sample every request
zipkin:
tracing:
- endpoint: http://${COLLECTOR_HOST}:${COLLECTOR_PORT}/api/v2/spans
+ endpoint: ${COLLECTOR_HOST}:${COLLECTOR_PORT}/api/v2/spans
spring:
application:
keycloak-client-id: ${KEYCLOAK_CLIENT_ID}
endpoints:
unauthenticated: /api-docs.html, /api.yaml, /webjars/**, /actuator/**
-
+
rbac:
endpoints-excluded: ${RBAC_EXCLUDED_ENDPOINTS}:-/api-docs.html, /api.yaml, /webjars/**, /actuator/**, /users**, /roles**, /preferences**, /actions**}
-