API Reference ex_secrets v0.2.1
modules
Modules
This module functions to access secrets in an Elixir application.
Application for adding providers and cache to the supervision tree. All are besically GenServers that do a bunch of API calls and file access like .env reader
Azure Key Vault provider provides secrets from an Azure Key Vault through a rest API.
Azure Key Vault provider provides secrets from an Azure Key Vault through a rest API.
Base provider provides the basic functions to be implemented by a provider. This macro is used to implement the basic functions of a provider.
Behaviour for providers.
DotEnv provider provides secrets from a .env file.
Google Secret Manager provider provides secrets from an Google Secret Manager through a rest API.