Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SocialGouv/webseal
A static web interface to generate sealed-secrets
https://github.com/SocialGouv/webseal
kubeseal sealed-secrets secrets
Last synced: 2 months ago
JSON representation
A static web interface to generate sealed-secrets
- Host: GitHub
- URL: https://github.com/SocialGouv/webseal
- Owner: SocialGouv
- Created: 2021-02-26T14:02:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T02:21:03.000Z (4 months ago)
- Last Synced: 2024-07-23T05:05:18.108Z (4 months ago)
- Topics: kubeseal, sealed-secrets, secrets
- Language: JavaScript
- Homepage: http://socialgouv.github.io/webseal
- Size: 5.85 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webseal
A static web interface to generate [sealed-secrets](https://github.com/bitnami-labs/sealed-secrets)
Demo : http://socialgouv.github.io/webseal
Based on [@socialgouv/aes-gcm-rsa-oaep](https://github.com/SocialGouv/aes-gcm-rsa-oaep) which is a TypeScript implementation of [kubeseal HybridEncrypt functions](https://github.com/bitnami-labs/sealed-secrets/blob/main/pkg/crypto/crypto.go).
## Dev
```
yarn
yarn start
```