Skip to content

rosenbjerg/build-secrets-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secrets-server

Minimalist build-secrets server for use when building containers, based on busybox

Simply pass any secrets you want exposed over HTTP on port 8000 as environment variables prefixed with SECRET_

On startup, the secrets-server creates a file for each environment variable starting with SECRET_, with the filename being the name of the environment variable and the file's content being the value of the variable environment

For example, starting the secrets-server with the environment variable SECRET_Hello=World will make it possible to use an HTTP request to get the value: GET http://localhost:8000/Hello will return World

About

Minimalist build secrets server for use when building containers, based on busybox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published