Releases: cyberark/secrets-provider-for-k8s
Releases · cyberark/secrets-provider-for-k8s
v1.0.0
Changed
- Bumped the authn-k8s client version to 0.16.1
(cyberark/conjur-authn-k8s-client#70)
Fixed
- Fixed issue with providing complex Conjur secrets (#77). The secrets-provider
now updates k8s secrets usingupdate
instead ofpatch
so the service-account
needs to have that permission.
v0.4.0
v0.3.0
v0.2.0
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