#secret #kubernetes #yaml #data #encode #containing #data-string

app kube-secrets-encoding

Encode Kubernetes secrets for data and dataString

4 releases (2 breaking)

0.3.0 Oct 26, 2024
0.2.0 Oct 25, 2024
0.1.1 Sep 25, 2024
0.1.0 Sep 25, 2024

#1617 in Encoding

Download history 250/week @ 2024-09-23 33/week @ 2024-09-30 7/week @ 2024-10-07 12/week @ 2024-10-14 206/week @ 2024-10-21 30/week @ 2024-10-28 12/week @ 2024-11-04

260 downloads per month

MIT license

8KB
185 lines

kube-secrets-encoding

Description

kube-secrets-encoding is a Rust-based to proper encode secrets inside data and dataString inside kubernetes yaml secret.

Installation

To install kube-secrets-encoding, follow these steps:

cargo install kube-secrets-encoding

Usage

To use kube-secrets-encoding, run the following command:

kube-secrets-encoding [OPTIONS] <FILE>

Arguments:

<FILE> - Specify the file containing secret data.
Options:

-o, --output <OUTPUT_FILE> - Specify output file name and location.
-h, --help - Print help information. -V,
--version - Print version information.

For more detailed examples and usage tips, refer to our documentation.

License

This project is licensed under MIT License - see the LICENSE file for details.

Dependencies

~4.5MB
~86K SLoC