@@ -1057,7 +1057,7 @@ content into your application; rather pick only the properties that you need.
management.context-path= # Management endpoint context-path. For instance `/actuator`
management.port= # Management endpoint HTTP port. Uses the same port as the application by default. Configure a different port to use management-specific SSL.
management.security.roles=ADMIN # Comma-separated list of roles that can access the management endpoint.
management.security.roles=ACTUATOR # Comma-separated list of roles that can access the management endpoint.
management.security.sessions=stateless # Session creating policy to use (always, never, if_required, stateless).
management.ssl.ciphers= # Supported SSL ciphers. Requires a custom management.port.
management.ssl.client-auth= # Whether client authentication is wanted ("want") or needed ("need"). Requires a trust store. Requires a custom management.port.
...
...
@@ -1107,7 +1107,7 @@ content into your application; rather pick only the properties that you need.
management.shell.auth.key.path= # Path to the authentication key. This should point to a valid ".pem" file.