Skip to content

Commit 63d4496

Browse files
Add Configuration Metadata
1 parent 39dfc16 commit 63d4496

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,18 @@
227227
"description": "Whether to enable Redis health check.",
228228
"defaultValue": true
229229
},
230+
{
231+
"name": "management.health.ssl.certificate-validity-warning-threshold",
232+
"type": "java.time.Duration",
233+
"description": "If an SSL Certificate will be invalid within the time span defined by this threshold, it should trigger a warning.",
234+
"defaultValue": "14d"
235+
},
236+
{
237+
"name": "management.health.ssl.enabled",
238+
"type": "java.lang.Boolean",
239+
"description": "Whether to enable SSL Certificate health check.",
240+
"defaultValue": true
241+
},
230242
{
231243
"name": "management.httpexchanges.recording.enabled",
232244
"type": "java.lang.Boolean",
@@ -283,6 +295,12 @@
283295
"description": "Whether to enable process info.",
284296
"defaultValue": false
285297
},
298+
{
299+
"name": "management.info.ssl.enabled",
300+
"type": "java.lang.Boolean",
301+
"description": "Whether to enable SSL Certificate info.",
302+
"defaultValue": false
303+
},
286304
{
287305
"name": "management.metrics.binders.files.enabled",
288306
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)