Skip to content

morganpa/Luci.CredentialStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Luci Credential Store

problem

  • dev secrets are tribal

solutions

Ansible Vault

  • pros
    • source control with github
  • cons
    • potential knowledge gap
    • encrypted with one key (creates issue when somebody leaves, or for various scopes)

Hashicorp Vault

  • pros
    • way better than tribal knowledge
    • source control with github
  • cons
    • cost of running a server
    • potential knowledge gap x2
    • encrypted with one key (creates issue when somebody leaves, or for various scopes)

aws ssm get-parameter --with-decryption --name myParameter | set-password

the boring fallback solution

AWS parameter store just works (tm)

  • pros
    • use existing Access control (roles and stuff)
    • keeps history (and blame)
  • cons
    • not in github (more commonly known)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published