custodia-3
Python3 bindings to Custodia -- Modular and pluggable Secrets Manager
Install
- All systems
-
curl cmd.cat/custodia-3.sh
- Debian
-
apt-get install python3-custodia
- Ubuntu
-
apt-get install python3-custodia
- Kali Linux
-
apt-get install python3-custodia
- Fedora
-
dnf install python3-custodia
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-custodia
- Raspbian
-
apt-get install python3-custodia
- Dockerfile
- dockerfile.run/custodia-3
python3-custodia
Python3 bindings to Custodia -- Modular and pluggable Secrets Manager
Custodia allows one to serve retrieve, manage and store secrets for other applications. It is useful for distributed, stateless applications that use an image file base approach for instantiation like container based images. But it is alaso useful to manage distribution of key material across a multiple machines over a network. This package includes the bindings for python3.