Skip to content

Releases: cyberark/secrets-provider-for-k8s

v1.0.0

20 May 07:43
v1.0.0
4d995d5
Compare
Choose a tag to compare

Changed

Fixed

  • Fixed issue with providing complex Conjur secrets (#77). The secrets-provider
    now updates k8s secrets using update instead of patch so the service-account
    needs to have that permission.

v0.4.0

23 Jan 10:52
4297200
Compare
Choose a tag to compare

Changed

  • Using a new conjur-authn-k8s-client version that enables authentication of
    hosts that have their application identity defined in annotations.

v0.3.0

05 Jan 14:51
8f4c728
Compare
Choose a tag to compare

Changed

  • Using a new authn-client version that sends the full host-id in the CSR
    request so we have this capability in this project. This enables users to
    authenticate with hosts that are defined anywhere in the policy tree.

v0.2.0

19 Sep 08:00
cfddcff
Compare
Choose a tag to compare

Added

- Logs
    - Logging in different log levels (info, debug, warn)
    - Capability to Enable debug logs via the env
    - More messages to increase UX and supportability
- An end-to-end integration test

Changed

- Escape secrets with backslashes before patching in k8s