https://github.com/retocode/knative-encryption
https://github.com/retocode/knative-encryption
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/retocode/knative-encryption
- Owner: ReToCode
- Created: 2023-01-20T10:15:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T13:25:30.000Z (over 2 years ago)
- Last Synced: 2025-01-24T07:08:17.352Z (over 1 year ago)
- Language: Shell
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless encryption
This repository contains stuff to hack around Serverless encryption.
## Visualization

## Prerequisites
* A `kubernetes` cluster with `kubectl` configured that can provide services with type `LoadBalancer`
## Contents
* [helpers](./0-helpers)
* [initial research](./1-initial-research)
* [poc istio](./2-poc-net-istio)
* [poc kourier](./3-poc-kourier)
* [qp rotation](./4-qp-rotation)
* [system-internal-tls](./5-final-system-internal-tls)
* [cluster-local-domain-tls](./6-final-cluster-local-domain-tls)
* [full setup with cert-manager](./7-cert-manager-only)
* [trust sources](./8-trust-sources)
* [envoy trust](./9-envoy)
* [DEMO](./10-demo)