SecretAgent đŸ•ĩī¸

Elixir CICoverage StatusHex DocsHex.pm VersionLicense

An Elixir library to manage secrets, with the possibily to watch for their changes on filesystem.

Thereafter, watched secrets are the secrets read from the filesystem, while in-memory secrets are secrets which do not have a corresponding file.

As per the recommandation of the EEF Security Workgroup, secrets are passed around as closures.

Installation

def deps do
  [
    {:secret_agent, "~> 0.7"}
  ]
end

Usage