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

Configure URIs as single strings instead of as scheme/hostname/port/path #60

Closed cfryanr closed 4 years ago

cfryanr commented 4 years ago

To make the authservice a little easier to configure, we could change the configuration format to take URIs as plain old URI strings instead of as structures of scheme/hostname/port/path.