Microservices Runtime 10.15 | Added, Removed, Deprecated, or Changed Items | Release 10.7
 
Release 10.7
Added Items
*Adding assets via application of a configuration variables template A configuration variables template can now be used to add assets to a Microservices Runtime and set asset properties that were previously not set. Prior to this release, only existing asset properties could be modified.
*New configuration variable for JDBC functional alias A configuration variables template now includes configuration variables JDBC functional aliases.
*SAG_IS_HEALTH_ENDPOINT_ACL environment variable Access Control List (ACL) whose members can access invoke the health gauge endpoint /health.
*SAG_IS_METRICS_ENDPOINT_ACL environment variable Access Control List (ACL) whose members can invoke the metrics endpoint /metrics.
*Additional Prometheus metrics When the metrics endpoint is invoked, Microservices Runtime returns new metrics about the JVM, disk space usage, and sessions.
Changed Items
*ACL for health gauge and metrics endpoints in Docker container For a Microservices Runtime or Integration Server running in a Docker container created using the is_container.bat/sh script, the default ACL for accessing the health gauge or metrics endpoint is “Anonymous”, which means authentication is not required when the endpoint is invoked. For all other Microservices Runtimes and Integration Servers, the default is “Administrator”.