Compare commits

...

2 Commits

Author SHA1 Message Date
Andrei Isvoran
7ccc2856c4 RED-9349 - Ignore rules endpoint 2024-06-26 15:05:21 +03:00
Andrei Isvoran
038bc8cd94 RED-9349 - Ignore rules endpoint 2024-06-26 14:44:04 +03:00

View File

@ -20,7 +20,7 @@ fforesight:
keycloak:
enabled: true
ignored-endpoints: [ '/redaction-gateway-v1', '/actuator/health/**',"/api/rules-logging/rulesocket","/api/rules-logging/rulesocket/**", '/redaction-gateway-v1/async/download/with-ott/**',
'/internal-api/**', '/redaction-gateway-v1/docs/swagger-ui',
'/internal-api/**', '/redaction-gateway-v1/docs/swagger-ui', '/rules/test',
'/redaction-gateway-v1/docs/**','/redaction-gateway-v1/docs',
'/api', '/api/','/api/docs/**','/api/docs','/api/docs/swagger-ui' ]