An interactive wrapper for kubeseal binary
Project description
kubeseal-auto
The script is an interactive wrapper for kubeseal binary used to encrypt secrets for sealed-secrets.
Installation
pipx can be used to install the script:
pipx install kubeseal-auto
Usage
By default, the script will check the version of sealed-secret controller and download the corresponding kubeseal binary to ~/bin directory.
To run the script in fully interactive mode:
kubeseal-auto
Additionally, a "detached" mode is supported:
# Download sealed-secrets certificate for local signing
kubeseal-auto --fetch
# Generate SealedSecret with local certificate
kubeseal-auto --cert <kubectl-context>-kubeseal-cert.crt
Note: In the detached mode kubeseal-auto will not download the kubeseal binary and will look for in $PATH.
To select kubeconfig context:
kubeseal-auto --select
To append or change key values in the existing secret:
kubeseal-auto --edit secret-name.yaml
To reencrypt all secrets in a directory (not working in a detached mode):
kubeseal-auto --reencrypt /path/to/directory
To back up the encryption keys (not working in a detached mode):
kubeseal-auto --backup
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kubeseal_auto-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3c90c122729d15cd8f6e1a6e559267814e7b37f285e4f4b42dc0fe59d928dcb |
|
MD5 | bfebf30c405baece750071f9af80c7a8 |
|
BLAKE2b-256 | 62e3f8140044604b76611d0cd7c240360a231b44dc45e8176f53dd63078b2953 |