Skip to content

Commit

Permalink
AKR:OTR:VKT:YKI(Backend): Update actuator endpoint access config
Browse files Browse the repository at this point in the history
  • Loading branch information
lket committed Dec 13, 2024
1 parent 3a6169f commit 30fbaa8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions backend/akr/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions backend/otr/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions backend/vkt/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions backend/yki/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30fbaa8

Please sign in to comment.