Hey folks, quick question: is it possible to overr...
# troubleshooting
n
Hey folks, quick question: is it possible to override pinot configuration properties via env vars? For example, when setting params like
<http://pinot.controller.storage.factory.class.gs|pinot.controller.storage.factory.class.gs>
m
@Xiang Fu
x
no, for this, the only way is to use the default credential factory
which you just set GCP env variables
during gs init, it will get those env var transparently
n
ok, got it. For context, I wanted to see if there is a way to set the properties for enabling auth by not using the configmap created by the helm chart. We would prefer using a secret or env vars for this instead, but if it’s not possible, then that’s ok
x
got it, this is being tracking: https://github.com/apache/pinot/issues/9125