We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
We have encountered a problem deploying oidc-authservice, and this issue is more a question than a bug I think.
oidc-authservice
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.
kubeflow.foo.com
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:
SERVER_HOSTNAME
Is there something that I miss how to config the SERVER_HOSTNAME?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:Is there something that I miss how to config the
SERVER_HOSTNAME
?The text was updated successfully, but these errors were encountered: