Skip to content

A container for logging into vault with kubernetes service account credentials

License

Notifications You must be signed in to change notification settings

PolarGeospatialCenter/kubernetes-vault-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Vault Helper

This container is based on the library vault container. It contains a small wrapper script that will log into vault using the kubernetes service account.

Usage

Additional Environment Variables

# Name of vault kubernetes backend
VAULT_KUBERNETES_BACKEND="kubernetes"
# Role to log into
VAULT_ROLE="role"

Any other VAULT environment variables will have the standard effect.

Log in by executing /bin/kubernetes-vault-login. This will populate ~/.vault-token which should allow normal use of vault from there on.

About

A container for logging into vault with kubernetes service account credentials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published