You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workaround: remove or set AUTHENTICATE_INTERNAL_SERVICE_URL to ""
# we manage ingress on behalf of pomerium.
# remove AUTHENTICATE_INTERNAL_SERVICE_URL from pomerium-authenticate.
set {
name = "ingress.enabled"
value = false
}
# workaround to fix 404 error in authenticate service
set {
name = "extraEnv.AUTHENTICATE_INTERNAL_SERVICE_URL"
value = ""
}
Ingress.yaml
workaround: remove or set
AUTHENTICATE_INTERNAL_SERVICE_URL
to""
Originally posted by @pavankumar-go in #277 (comment)
The text was updated successfully, but these errors were encountered: