Disable Auth / Allow Declarative Credentials
Problem
Since SSO is not supported in the OSS version, and:
- I'm not interested in managing users myself
- anonymous auth does not seem to be available
I'm looking for an alternative to a manual log-in process for a single shared credential.
Context
While IS_LOCAL_MODE = true may support this, I believe it uses an image that packages all components (OTel, ClickHouse, MongoDB) together.
I'm using the hdx-oss-v2 helm chart and would like to manage each of these independently.
Solution
Can support be added to have an auth.anonymous config similar to Grafana?
Can shared credentials be provided declaratively via Secret?
Thanks for reaching out @JaspreetSandhu. This is not currently supported, but is something that could be added
thanks @pulpdrew, appreciate the consideration. please keep me posted on this looking forward to trying it out!