You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Known Limitations
Buildpack only supports secrets.yml stored in the application root directory or in BOOT-INF/classes/ at runtime
Added
Buildpack now searches for secrets.yml in BOOT-INF/classes/ to better support Java applications by default.
Added support to use the Conjur buildpack as an online buildpack by referencing the github repository directly. See the README for more information.
Changed
Buildpack now copies the secrets retrieval profile script into the application directory. This works around a missing feature in the Java buildpack, where it does not correctly source from the buildpacks profile directories.
Go version of conjur-env binary bumped to 1.12
Go binary updated to use native os homedir method instead of mitchellh lib