Created
January 24, 2014 14:10
-
-
Save cdupuis/8597931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "autoConfigurationAuditEndpoint": { | |
| "prefix": "endpoints.autoconfig", | |
| "properties": { | |
| "enabled": true, | |
| "id": "autoconfig", | |
| "sensitive": true | |
| } | |
| }, | |
| "beansEndpoint": { | |
| "prefix": "endpoints.beans", | |
| "properties": { | |
| "enabled": true, | |
| "id": "beans", | |
| "sensitive": true | |
| } | |
| }, | |
| "configurationProperties.endpoints.jmx": { | |
| "prefix": "endpoints.jmx", | |
| "properties": { | |
| "domain": null, | |
| "enabled": true, | |
| "staticNames": {}, | |
| "uniqueNames": false | |
| } | |
| }, | |
| "configurationProperties.shell": { | |
| "prefix": "shell", | |
| "properties": { | |
| "additionalProperties": [ | |
| {} | |
| ], | |
| "auth": "spring", | |
| "commandPathPatterns": [ | |
| "classpath*:/commands/**", | |
| "classpath*:/crash/commands/**" | |
| ], | |
| "commandRefreshInterval": -1, | |
| "configPathPatterns": [ | |
| "classpath*:/crash/*" | |
| ], | |
| "disabledPlugins": [ | |
| "org.crsh.telnet.TelnetPlugin" | |
| ], | |
| "ssh": { | |
| "enabled": true | |
| }, | |
| "telnet": { | |
| "enabled": false | |
| } | |
| } | |
| }, | |
| "configurationPropertiesReportEndpoint": { | |
| "prefix": "endpoints.configprops", | |
| "properties": { | |
| "enabled": true, | |
| "id": "configprops", | |
| "keysToSanitize": [ | |
| "password", | |
| "secret" | |
| ], | |
| "sensitive": true | |
| } | |
| }, | |
| "dumpEndpoint": { | |
| "prefix": "endpoints.dump", | |
| "properties": { | |
| "enabled": true, | |
| "id": "dump", | |
| "sensitive": true | |
| } | |
| }, | |
| "environmentEndpoint": { | |
| "prefix": "endpoints.env", | |
| "properties": { | |
| "enabled": true, | |
| "id": "env", | |
| "sensitive": true | |
| } | |
| }, | |
| "healthEndpoint": { | |
| "prefix": "endpoints.health", | |
| "properties": { | |
| "enabled": true, | |
| "id": "health", | |
| "sensitive": false | |
| } | |
| }, | |
| "infoEndpoint": { | |
| "prefix": "endpoints.info", | |
| "properties": { | |
| "enabled": true, | |
| "id": "info", | |
| "sensitive": false | |
| } | |
| }, | |
| "metricsEndpoint": { | |
| "prefix": "endpoints.metrics", | |
| "properties": { | |
| "enabled": true, | |
| "id": "metrics", | |
| "sensitive": true | |
| } | |
| }, | |
| "org.springframework.actuate.properties.ManagementServerProperties": { | |
| "prefix": "management", | |
| "properties": { | |
| "address": "127.0.0.1", | |
| "contextPath": "", | |
| "port": 8080, | |
| "security": { | |
| "enabled": true, | |
| "role": "ADMIN", | |
| "sessions": "STATELESS" | |
| } | |
| } | |
| }, | |
| "org.springframework.autoconfigure.security.SecurityProperties": { | |
| "prefix": "security", | |
| "properties": { | |
| "basic": { | |
| "enabled": true, | |
| "path": [ | |
| "/**" | |
| ], | |
| "realm": "Spring" | |
| }, | |
| "enableCsrf": false, | |
| "headers": { | |
| "cache": false, | |
| "contentType": false, | |
| "frame": false, | |
| "hsts": "all", | |
| "xss": false | |
| }, | |
| "ignored": [], | |
| "requireSsl": false, | |
| "sessions": "STATELESS", | |
| "user": { | |
| "defaultPassword": "******", | |
| "name": "user", | |
| "password": "******", | |
| "role": [ | |
| "USER", | |
| "ADMIN" | |
| ] | |
| } | |
| } | |
| }, | |
| "org.springframework.boot.autoconfigure.web.ServerProperties": { | |
| "prefix": "server", | |
| "properties": { | |
| "address": null, | |
| "contextPath": "", | |
| "port": 8080, | |
| "sessionTimeout": null, | |
| "tomcat": { | |
| "accessLogEnabled": false, | |
| "accessLogPattern": "%h %t \"%r\" %s %b", | |
| "backgroundProcessorDelay": 30, | |
| "basedir": "/Users/cdupuis/Development/Java/work/spring-boot/git/spring-boot-samples/spring-boot-sample-actuator/target/tomcat", | |
| "maxThreads": 0, | |
| "protocolHeader": "x-forwarded-proto", | |
| "remoteIpHeader": "x-forwarded-for" | |
| } | |
| } | |
| }, | |
| "serviceProperties": { | |
| "prefix": "service", | |
| "properties": { | |
| "name": "Phil" | |
| } | |
| }, | |
| "shutdownEndpoint": { | |
| "prefix": "endpoints.shutdown", | |
| "properties": { | |
| "enabled": true, | |
| "id": "shutdown", | |
| "sensitive": true | |
| } | |
| }, | |
| "springAuthenticationProperties": { | |
| "prefix": "shell.auth.spring", | |
| "properties": {} | |
| }, | |
| "traceEndpoint": { | |
| "prefix": "endpoints.trace", | |
| "properties": { | |
| "enabled": true, | |
| "id": "trace", | |
| "sensitive": true | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment