An Elixir client library for Setec, a secure secrets management service that uses Tailscale for authentication and network connectivity.
Setec provides a simple, secure way to store and manage secrets in your infrastructure. This library allows you to interact with Setec servers from Elixir applications.
Add setec to your list of dependencies in mix.exs:
def deps do
[
{:setec, "~> 0.1.0"}
]
end