Skip to content

This repository shows you how to create secret in a local Kubernetes cluster from Hashicorp Vault

Notifications You must be signed in to change notification settings

verovec/externals-secret-from-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret from Vault

This repository shows you how to create secret in your cluster from Hashicorp Vault

⚠️ Never transform encrypted variable from Vault in base64 encoded data for sensitive values is they are not RBAC'd. You may prefer inject these variables directly in pod where they are needed.

Prerequisites

How it works

How to

  1. Create your cluster / install Vault and External-Secret helm chart / configure Vault

    make start
  2. Inject example variable as encrypted key value in Vault

    make kv
  3. Create secret in your cluster from encrypted key value

    make secret

Cleanup your system

  1. delete everything in your system about this project
    make cleanup

About

This repository shows you how to create secret in a local Kubernetes cluster from Hashicorp Vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published