emissary-ingress / emissary

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
https://www.getambassador.io
Apache License 2.0
4.36k stars 683 forks source link

edge-stack pod cannot find Ambassador license #4430

Open hehu80 opened 2 years ago

hehu80 commented 2 years ago

Describe the bug After connecting our cluster with https://app.getambassador.io, the edge-stack pod log this error message every minute: failed to retreive license; status_code: 404" func="github.com/datawire/apro/v2/lib/licenseui.(*LicenseContext).dispatchCloudTokenExchange

Versions (please complete the following information):

cindymullins-dw commented 2 years ago

Thanks @hehu80 for opening this issue. We've seen this and suspect the license does get applied, although you're getting this error message. To confirm, is your cluster showing up in the cloud properly and is everything working? I think this was fixed in June with v 2.3.0.

hehu80 commented 2 years ago

Hi @cindymullins-dw, the cluster is showing up in the cloud (including the correct license information) and everything is working. We just get a lot of error messages. If it's fixed with 2.3.0, we will upgrade to a newer version soon.