cloudfoundry / routing-release

This is the BOSH release for cloud foundry routers
Apache License 2.0
42 stars 106 forks source link

Default the routing_api.enabled_api_endpoints to mtls #395

Closed mariash closed 6 months ago

mariash commented 6 months ago

What is this change about?

Switch the default for routing_api.enabled_api_endpoints from "both" to "mtls" to prefer secure endpoints

What type of change is this?

Backwards Compatibility

This should be backwards compatible since this property can be switched back to "both" by operator.

How should this be tested?

Deploy routing-release without setting routing_api.enabled_api_endpoints and see that the value of enabled_api_endpoints in routing-api job is set to "mtls"

PR Checklist