Skip to content

Commit

Permalink
Merge pull request #17 from cyberark/release-0.2.0
Browse files Browse the repository at this point in the history
Release version 0.2.0
  • Loading branch information
orenbm authored Sep 19, 2019
2 parents 66c56fa + 2e63387 commit cfddcff
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
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

8 changes: 6 additions & 2 deletions README.md
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.

0 comments on commit cfddcff

Please sign in to comment.