diff --git a/backend/akr/src/main/resources/application.yaml b/backend/akr/src/main/resources/application.yaml index a8ab0cd9f..1bb791730 100644 --- a/backend/akr/src/main/resources/application.yaml +++ b/backend/akr/src/main/resources/application.yaml @@ -33,16 +33,17 @@ spring: templateResolverOrder: 1 management: endpoints: - enabled-by-default: false + access: + default: none web: base-path: "/api/actuator" exposure: include: "health,info" endpoint: info: - enabled: true + access: read_only health: - enabled: true + access: read_only springdoc: swagger-ui: path: /api/swagger-ui.html diff --git a/backend/otr/src/main/resources/application.yaml b/backend/otr/src/main/resources/application.yaml index 965a9dc89..7e190609e 100644 --- a/backend/otr/src/main/resources/application.yaml +++ b/backend/otr/src/main/resources/application.yaml @@ -33,16 +33,17 @@ spring: templateResolverOrder: 1 management: endpoints: - enabled-by-default: false + access: + default: none web: base-path: "/api/actuator" exposure: include: "health,info" endpoint: info: - enabled: true + access: read_only health: - enabled: true + access: read_only springdoc: swagger-ui: path: /api/swagger-ui.html diff --git a/backend/vkt/src/main/resources/application.yaml b/backend/vkt/src/main/resources/application.yaml index 20c4b3b40..495fc1827 100644 --- a/backend/vkt/src/main/resources/application.yaml +++ b/backend/vkt/src/main/resources/application.yaml @@ -41,16 +41,17 @@ spring: templateResolverOrder: 1 management: endpoints: - enabled-by-default: false + access: + default: none web: base-path: "/api/actuator" exposure: include: "health,info" endpoint: info: - enabled: true + access: read_only health: - enabled: true + access: read_only springdoc: swagger-ui: path: /api/swagger-ui.html diff --git a/backend/yki/src/main/resources/application.yaml b/backend/yki/src/main/resources/application.yaml index 1143f4ff1..7c875da86 100644 --- a/backend/yki/src/main/resources/application.yaml +++ b/backend/yki/src/main/resources/application.yaml @@ -20,16 +20,17 @@ spring: templateResolverOrder: 1 management: endpoints: - enabled-by-default: false + access: + default: none web: base-path: "/status" exposure: include: "health,info" endpoint: info: - enabled: true + access: read_only health: - enabled: true + access: read_only springdoc: swagger-ui: path: /swagger-ui.html