istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Test that authservice can share both the ID token and the access token with the app #50

Closed peterhaochen47 closed 4 years ago

peterhaochen47 commented 5 years ago

This issue https://github.com/istio-ecosystem/authservice/issues/13 is closed and the related PR is merged. But the feature cannot be tested out until envoyproxy accepts, merges, and releases this PR: https://github.com/envoyproxy/envoy/pull/8668

This issue is a reminder to validate that the access feature describe in https://github.com/istio-ecosystem/authservice/issues/13 is working.

cfryanr commented 4 years ago

Tested on an environment with a sidecar built from source with the PR applied. We see this functioning correctly. Fantastic!