gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Support `logLevel` helm value in `extauth`

Open pmichna opened this issue 4 years ago • 3 comments

To configure log level for extauth via Helm values I need to use:

global:
  extensions:
    extAuth:
      deployment:
        customEnv:
          - name: LOG_LEVEL
            value: warn

Other components support logLevel value (e.g. gloo.gloo.logLevel). It would be nice to have the same approach in extauth.

pmichna avatar Oct 15 '21 12:10 pmichna

@sam-heilbron can you add information and links to docs

chrisgaun avatar Oct 15 '21 15:10 chrisgaun

@pmichna We have a feature in the helm chart that allows further customization: https://docs.solo.io/gloo-edge/latest/reference/helm_chart_values/open_source_helm_chart_values/#helm-chart-kuberesourceoverrides.

sam-heilbron avatar Oct 15 '21 15:10 sam-heilbron

@sam-heilbron I know but it's as bad as global.extensions.extAuth.deployment.customEnv. :) It's even more complicated when extauth is in sidecar mode.

pmichna avatar Oct 15 '21 15:10 pmichna