Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding initial directories for push to file #358

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/secrets/annotations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This directory will be used to define a package that provides generic parsing
of Annotations files that have been created by Kubernetes via the Kubernetes
Downward API. This package will read in files that contain entries of the form
`<key>`=`<value>`, and will create a Golang map of the form map[string]string.
9 changes: 9 additions & 0 deletions pkg/secrets/push_to_file/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This directory will be used to define a package for the Secrets Provider
"Push to File" functionality. It will contain source code to do the following:

- Parse the keys used in push-to-file annotations (e.g. sort annotations based
on secrets group)
- Retrieve Conjur secrets for each secrets group and write retrieved values to
a file info data struct
- Write secrets files to a shared volume