https://github.com/rryter/k8s-validator-secrets-generator
https://github.com/rryter/k8s-validator-secrets-generator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rryter/k8s-validator-secrets-generator
- Owner: rryter
- Created: 2021-09-28T22:40:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T10:52:40.000Z (over 3 years ago)
- Last Synced: 2025-04-06T08:35:47.109Z (2 months ago)
- Language: Python
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
- Install Dependencies
```
go get github.com/bitnami-labs/sealed-secrets/cmd/kubeseal@main
pip install --user pipenv
pipenv install
pipenv shell
```- Create these two password files
```
echo "12345678" >> keys-pw.txt
echo "kNLpePeSY7!GaV" >> password.txt
```- Edit lines 21 - 24 in [helper/cli.py](helper/cli.py) accordingly
```
python3 helper/cli.py
```- Happy Dance.