show-secrets

Output decoded kubernetes secrets (by lucassha)

Show-secrets Alternatives

Similar projects and alternatives to show-secrets

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better show-secrets alternative or higher similarity.

show-secrets reviews and mentions

Posts with mentions or reviews of show-secrets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-29.
  • Creating your own Homebrew tap and grabbing binaries from S3
    2 projects | dev.to | 29 Jul 2021
    class ShowSecrets < Formula desc "CLI to show decoded Kubernetes secrets" homepage "https://github.com/lucassha/show-secrets" url "https://lucassha-show-secrets-releases.s3.us-west-2.amazonaws.com/releases/v0.0.1" # to get the latest SHA: # find latest release: aws s3api list-objects --bucket lucassha-show-secrets-releases | jq '.Contents[].Key' # download release: aws s3 cp s3://lucassha-show-secrets-releases/releases/v0.0.1 . # get sha: shasum -a 256 v0.0.1 sha256 "36018cff6708dea3587c086e366ff80bed7a2750ddda9aa7e8c1af8311b17649" depends_on "kubernetes-cli" def install bin.install "show-secrets" # add kubectl binary to make it a kubectl plugin bin.install "kubectl-show-secrets" end def caveats; <<-EOS This tool may be used as a standalone CLI or a kubectl plugin # example show-secrets -n default kubectl show secrets -n default EOS end end

Stats

Basic show-secrets repo stats
1
1
1.8
over 2 years ago

lucassha/show-secrets is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of show-secrets is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com