diff options
author | halil.cakal <halil.cakal@est.tech> | 2023-10-25 12:02:49 +0100 |
---|---|---|
committer | halil.cakal <halil.cakal@est.tech> | 2023-10-25 14:27:25 +0100 |
commit | 56b8406095f2b3f84ad4d28695d9fe420a418270 (patch) | |
tree | 7af0239dc1f23927c7bcb810ea0f72ecaf8a8ff7 /src/main/resources | |
parent | 64af0e27a9848a7fd7fbce80c8dbfba6c720765e (diff) |
[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>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d964748f..d2b53071 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -30,7 +30,7 @@ rest: 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 @@ notification: # Actuator management: - server: - port: 8081 endpoints: web: - base-path: /manage exposure: include: info,health,loggers,prometheus endpoint: @@ -128,4 +125,4 @@ springdoc: urlsPrimaryName: query urls: - name: query - url: /api-docs/openapi.yaml + url: /api-docs/openapi.yaml
\ No newline at end of file |