-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from cyberark/release-0.2.0
Release version 0.2.0
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |