Skip to content

A Kustomize secret generator plugin for Vault.

Notifications You must be signed in to change notification settings

RealGeeks/kustomize-kvsource-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kustomize Secret Generator Plugin for Vault

This repo has two components: a Kustomize secret generator plugin for Vault and a Dockerfile that exposes a version of kustomize that includes the plugin.

Kustomize Secret Generator Go plugin

This Go plugin allows Kustomize to generate Kubernetes Secret manifests that contain secrets from Hashiciorp Vault. See the Kustomize Generating Secrets docs for more information about the mechanics.

Kustomize executable packaged with the plugin

The Dockerfile exposes a version of kustomize that includes the Vault plugin.

Usage:

docker run -it --rm \
  -v (pwd):/working \
  -e "VAULT_ADDR=XXX" -e "VAULT_TOKEN=XXX" \
   kustomize build .

About

A Kustomize secret generator plugin for Vault.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published