Skip to content

lathama/mvcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum Viable Configuration Management

Configuration management systems have become very complex beyond the needs of many. Sometimes you need to do something simple on many hosts and be able to audit the security of how this something simple is ran on many hosts.

Risks

  • Environment Variable Overlap
  • Variable not unset correctly

Secrets

There are almost to many ways to handle secrets wrong and correctly.

File method

In a directory called secrets we load files with the .mvcm ext

  • This is horrible but fast
  • The gitignore is set to exclude *.mvcm

Todo

  • Everything, this is a proof of concept

Thanks

If you find this useful and want to say thanks I have an amazon wishlist

About

Minimum Viable Configuration Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages