Hello. Can I disable Authentication in signoz?
# general
p
Hello. Can I disable Authentication in signoz?
v
No you can’t disable auth. cc: @Pranay
p
And I can’t also change it to ldap? or use an other provider or base instead of sqlite?
v
No, right now it’s not configurable.
p
ok, thank u for answers)
p
@Ponomarev Kirill Would love to understand what would be the use case for disabling auth?
p
I don’t need the sqlite in this case and also if I’m using kubernetes for signoz I can deploy openid provider for it. Dex for example
v
@Ponomarev Kirill sqlite is also used to store alerts, dashboards, TTL status, etc. So removing sqlite will break some features of signoz.
p
Maybe I can use another database for that? or another instance? It’s not comfortable if I’m trying to make signoz stateless in k8s
v
Yes you can use any other sql database by making changes to the codebase. Any benefits of making signoz stateless?
p
Yes, if signoz is stateless I won’t need any storage for it in my k8s cluster
v
But you lose many important features like alerts and dashboards.
p
Why? We can store them in another db too) But not at this moment)
Thats why I’ve asked about sqlite and another db)
v
ohk, you mean you want to use a db away from k8s.
I think we have something similar in pipeline. We might move to postgres. cc: @Ankit Nayan @Pranay
c