Browse Source

Only expose necessary actuator endpoints (#12571) (#12794)

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
3.0.2-release
Eric Gao 2 years ago committed by GitHub
parent
commit
f2cec3e259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml
  2. 2
      dolphinscheduler-api/src/main/resources/application.yaml
  3. 2
      dolphinscheduler-master/src/main/resources/application.yaml
  4. 2
      dolphinscheduler-standalone-server/src/main/resources/application.yaml
  5. 2
      dolphinscheduler-worker/src/main/resources/application.yaml

2
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml

@ -47,7 +47,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

2
dolphinscheduler-api/src/main/resources/application.yaml

@ -83,7 +83,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

2
dolphinscheduler-master/src/main/resources/application.yaml

@ -122,7 +122,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

2
dolphinscheduler-standalone-server/src/main/resources/application.yaml

@ -213,7 +213,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

2
dolphinscheduler-worker/src/main/resources/application.yaml

@ -88,7 +88,7 @@ management:
endpoints:
web:
exposure:
include: '*'
include: health,metrics,prometheus
endpoint:
health:
enabled: true

Loading…
Cancel
Save