Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```