Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/spiffe-kafka-talk
Resources for Levani and Jon's talk about SPIFFE and Kafka
https://github.com/transferwise/spiffe-kafka-talk
Last synced: 18 days ago
JSON representation
Resources for Levani and Jon's talk about SPIFFE and Kafka
- Host: GitHub
- URL: https://github.com/transferwise/spiffe-kafka-talk
- Owner: transferwise
- Created: 2020-11-17T15:21:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T16:20:39.000Z (about 4 years ago)
- Last Synced: 2024-11-06T17:35:40.383Z (2 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example envoy config for connecting to Kafka using X.509 SVIDs provided by SPIRE.
envoy.yaml.j2: Template for generating a config
vars.yaml: Template variables as used in the slides
example.yaml: config generated from the template, using the examples from the slides.Usage: `j2 envoy.yaml.j2 vars.yaml > example.yaml`
Tested with Envoy 1.15.2. Health checks will initially fail until a connection with the SDS is established.