When administrating Cloud Foundry you spent quite some time on the shell leveraging various different CLI tools.
Of course, all the different tools require you to authenticate differently to their backends, leaving you struggling to remember the correct way to authenticate.
This blog post summarizes the authentication procedure for the most common CLI tools in the Cloud Foundry ecosystem.
Read more
In this blog post, we will describe how you could configure HashiCorp Vault in a Cloud Foundry environment. In Cloud Foundry developers provision service instances and then bind those service instances to an application. The service broker is responsible to provide those service instances by interacting with the Cloud Controller. The service brokers advertise a catalog of service offerings and service plans in the marketplace (e.g. a single node Vault plan or a clustered multinode Vault plan). They also act on requests from the marketplace for provisioning, binding, unbinding, and…
Read more