Hello, I am trying to deploy signoz 0.22 on Kubern...
# support
n
Hello, I am trying to deploy signoz 0.22 on Kubernetes. All components are running but I am having problems using the non-ee version of signoz-query-service. The problem occurs already at login. As I have seen, the frontend sends a request to
/api/v1/loginPrecheck
- but this API endpoint exists only in the "ee" variant of signoz-query-service. I haven't found any code in the frontend that omits this call in the non-ee variant - moreover, the API endpoint
/api/v1/version
returns the value "EE: Y" also in the non-ee variant. Could it be that the non-ee variant of Signoz in version 0.22 is currently not usable?
s
That sounds like a bug. We will look into this.
n
Ok, thanks.
Am I allowed to use the query-service from the
ee
directory for internal, but productive apps?
s
Yes, there is the community version of the enterprise edition that you can use (without some features such as SSO, which requires a license).
n
Thanks!
s
@Srikanth Chekuri - Is the
loginPrecheck
API going to be present in the non
ee
variants as well? We are also facing an issue during login when we use the non
ee
variant
s
I think the issue only exists in non-ee variant.
s
Will this be fixed in non-ee variant?
s
Yes
s
@Srikanth Chekuri - Shall I open an issue in GitHub?
s
Yes, please create an issue
s
@Srikanth Chekuri - Here you go https://github.com/SigNoz/signoz/issues/3367