Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiasgees/simple-mtls-app
https://github.com/mattiasgees/simple-mtls-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattiasgees/simple-mtls-app
- Owner: MattiasGees
- License: mit
- Created: 2024-05-02T05:54:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:59:18.000Z (6 months ago)
- Last Synced: 2024-10-09T10:44:04.012Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-mtls-app
This is a simple mTLS application that works together with cert-manager [CSI Driver SPIFFE](https://cert-manager.io/docs/usage/csi-driver-spiffe/). It is based upon the great work of [haoel](https://github.com/haoel/mTLS/tree/main)
## Deploy
* Install cert-manager
* Install cert-manager CSI Driver
* Add the CA chain to the configmap in `deployment.yaml`
* Run `kubectl apply -f deployment.yaml`