GitXplorerGitXplorer
f

kube-secrets

public
13 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
673f434bcf9287dccecdec0016ec2c0e033ba771

Update version

ffrankwiles committed 4 months ago
Unverified
2a3179cc252e4900768b353ac1cd90ee5a2f36bf

Fix Cargo.toml version

ffrankwiles committed 3 years ago
Unverified
373a1d75670b96bdf8d334d27b6301453781d204

Update changes

ffrankwiles committed 3 years ago
Unverified
dc9e2ee1422e1554ceb5c3f74758860eacffce59

Fix clap 3.0.0-beta issues by upgrading and moving to derive

ffrankwiles committed 3 years ago
Unverified
a49656c5da660ac43a026f4d67695a6c8683061e

Add changelog and bump version

ffrankwiles committed 3 years ago
Unverified
a5ef901ea10bd593c44ca3e0c3d899340f5ce371

Improve error message

ffrankwiles committed 3 years ago

README

The README file for this repository.

kube-secrets

This is a command line utility for quickly looking at secrets in a Kubernetes namespace that are typically looked at by humans. It specifically hides secrets which are TLS certificates, Helm charts, and Docker credentials.

Install

$ cargo install kube-secrets

Usage

List all of the useful secrets in namespace fakespace. (These are fake secrets in a fake namespace in case you're worried)

$ secrets fakespace

Screenshot of full listing

List all of the secrets in namespace fakespace whose name contains the string token

$ secrets fakespace token

Screenshot of filtered listing

And if you mistakenly look for secrets in a namespace that doesn't actually exist, it let's you know that.

$ secrets bob

Screenshot of error message