Releases: cyberark/cloudfoundry-conjur-buildpack
v1.0.0
Known Limitations
- Buildpack only supports secrets.yml stored in the application root directory at runtime; Java applications with Spring Boot versions 1.4+ will not be compatible
Changes
In this release, the Conjur Buildpack has been updated to use a conjur-env
binary built from the guts of summon
and conjur-api-go
instead of installing Summon and Summon-Conjur each time it is invoked.
This reduces the time spent installing dependencies when the Conjur Buildpack is invoked, and greatly improves performance.
Buildpack supports v4 Conjur
In this release, support is added for Conjur version 4.
The Buildpack is updated to accept version
and ssl_certificate
values from the credentials
in VCAP_SERVICES
, and it uses them to authenticate with Summon-Conjur.
Add support for custom buildpacks
The Conjur Buildpack has been updated to add support for custom buildpack usage, so that the scripts run by the Conjur Buildpack can alternatively be manually loaded into your application if needed.
Initial release
This is the initial release of the Conjur Buildpack.