From 33510f5730710ec58b672469b2bf640a819ec8d2 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 21 Feb 2020 11:55:52 -0800 Subject: [PATCH] Add authservice project to README Signed-off-by: Andrew Edstrom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2076102..cced09d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ A catalog of all projects in the Istio Ecosystem GH org * [coddiwomple](https://github.com/istio-ecosystem/coddiwomple) - generate configs to allow multi-mesh communication between services * [cni](https://github.com/istio-ecosystem/cni) - Istio CNI plugin to inject sidecars by setting up the requisite networking configuration (iptables, etc.) * [wharf-multicluster-sync](https://github.com/istio-ecosystem/wharf-multicluster-sync) - create a proof-of-concept for user friendly multicluster Istio mesh configuration. +* [authservice](https://github.com/istio-ecosystem/authservice) - Move OIDC token acquisition out of your app code and into the Istio mesh.