Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simontheleg/kubectl-view-secret
https://github.com/simontheleg/kubectl-view-secret
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/simontheleg/kubectl-view-secret
- Owner: SimonTheLeg
- Created: 2019-02-16T19:11:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T19:35:53.000Z (over 5 years ago)
- Last Synced: 2024-10-16T07:10:10.467Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# View Secret
Simple golang tool to view the base64 decoded content of a kubernetes secret
## Installation
Grab a version from the release page and place it inside your $PATH.
## Usage
You can call the plugin directly using kubectl
```shell
kubectl view-secret secret-name [-n, --namespace secret-namespace]
```Alternatively you can also use this plugin as a standalone binary
```shell
kubectl-view-secret secret-name [-n, --namespace secret-namespace]
```If -n, --namespace is not set, it defaults to the current namespace.