arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 65 forks source link

Error configuring SERVER_HOSTNAME #84

Open edwardzjl opened 2 years ago

edwardzjl commented 2 years ago

Hi there,

We have encountered a problem deploying oidc-authservice, and this issue is more a question than a bug I think.

We have an istio gateway listening on wildcard hostnames, under which we want to authenticate only one hostname.

We want to authenticate all requests to kubeflow.foo.com, but allow all others.

According to this section in the README I think we can achieve that by setting SERVER_HOSTNAME to kubeflow.foo.com, but we encountered an error:

image

Is there something that I miss how to config the SERVER_HOSTNAME?