[BUG] DMI Change management base endpoint
- Update DMI management endpoint from /manage to
/actuator
- The actuator port is as same as application port
- Change CSIT portfolio
- Change web config filters
- Change docker-compose
- Update the docs
Issue-ID: CPS-1922
Change-Id: Iab45a625b518f1b24a77c99dbdf20a58105723b6
Signed-off-by: halil.cakal <halil.cakal@est.tech>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index d964748..d2b5307 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -30,7 +30,7 @@
dmi-base-path: /dmi
security:
- permit-uri: /manage/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs
+ permit-uri: /actuator/**,/swagger-ui/**,/swagger-resources/**,/v3/api-docs
auth:
username: ${DMI_USERNAME}
password: ${DMI_PASSWORD}
@@ -82,11 +82,8 @@
# Actuator
management:
- server:
- port: 8081
endpoints:
web:
- base-path: /manage
exposure:
include: info,health,loggers,prometheus
endpoint:
@@ -128,4 +125,4 @@
urlsPrimaryName: query
urls:
- name: query
- url: /api-docs/openapi.yaml
+ url: /api-docs/openapi.yaml
\ No newline at end of file