diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6709cd6c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.0] - 2019-09-19 + +### Fixed + +### 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 + \ No newline at end of file diff --git a/README.md b/README.md index d804ff22..1081fa7b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# cyberark-secrets-provider-for-k8s -Cyberark secrets provider for k8s +CyberArk Secrets Provider for Kubernetes + +The CyberArk Secrets Provider for Kubernetes enables you to use secrets stored and managed in the CyberArk Vault +using DAP and consume them in your Kubernetes application containers. To do so, the CyberArk Secrets +Provider for Kubernetes image runs as an init container and provides the Conjur secrets, required by the pod, +from DAP.