Arsalan Khan
Arsalan Khan
**Background** We wanted to create a x509 certificate with multiple organizational units (ou). However, the current implementation accepts only a string and do not allow multiple organizational-units. `./bin/certstrap-dev-17687043-darwin-amd64 request-cert --domain...
This change introduces new `/health/liveness endpoint`, allowing users to check the health of the individual services The response ```json {"overall_status":"UP","checks":[]} ``` Also, the following existing endpoints are now moved to...
Decision Documentation explains what other options were evaluated
Application Autoscaler relies on java runtime as a dependency. Currently [CF Java Bosh Release](https://github.com/cloudfoundry/bosh-package-java-release) is used as a bosh package. Since, CF Java Bosh Release is not maintained, app-autoscaler now...
When using wget and curl in Dockerfile, the usage of HTTPS is not enforced. This might lead to redirect to vulnerable/insecure websites via HTTP traffic **Fix** Enforce HTTPs and disabling...