Skip to content

Releases: cyberark/cloudfoundry-conjur-buildpack

v1.0.0

01 Mar 21:37
Compare
Choose a tag to compare

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

13 Feb 15:12
065d6bb
Compare
Choose a tag to compare

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

29 Jan 22:25
a815b6a
Compare
Choose a tag to compare

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

29 Jan 22:26
Compare
Choose a tag to compare

This is the initial release of the Conjur Buildpack.