Is it possible to configure AppId in Kubernetes Ingress with both types web and api at the same time?
问题 So that a browser would show the login page if no authentication is provided, but the backend would accept calls with a valid bearer token header as well. Is that possible? If so, how? We have several kubernetes services in the same namespace behind an ingress and annotated the ingress with ingress.bluemix.net/appid-auth: "bindSecret=binding-appidname namespace=somenamespace requestType=api serviceName=service-a" requestType=web will work too, but requestType=api,web does not work, neither