Currently only file paths to the configs can be specified:
--rbac.config=/etc/observatorium/rbac.yaml
--tenants.config=/etc/observatorium/tenants.yaml
While there is nothing wrong with it, i think ability to provide these configurations via environment variables would simplify the usage.
Like this:
--rbac.config=env:OBSERVATORIUM_CONFIG_RBAC
--tenants.config=env:OBSERVATORIUM_CONFIG_TENANTS
wdyt?