pomerium / pomerium-helm

Official helm charts for Pomerium.

Home Page:https://helm.pomerium.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no way to set proxy log level

calebdoxsey opened this issue · comments

What happened?

There appears to be no way to set the proxy log level. Neither of these worked:

config:
  extraOpts:
    proxy_log_level: "debug"
proxy:
  deployment:
    extraEnv:
      PROXY_LOG_LEVEL: "debug"

What did you expect to happen?

Envoy to start logging at the debug level.

Steps to reproduce

  1. Ran x
  2. Clicked y
  3. Saw error z

What's your environment like?

  • Chart version:
  • Container image:
  • Kubernetes version:
  • Cloud provider:
  • Other details:

What are your chart values?

# Paste here
# Be sure to scrub any sensitive values

What are the contents of your config secret?

kubectl get secret pomerium -o=jsonpath="{.data['config\.yaml']}" | base64 -D

# Paste here
# Be sure to scrub any sensitive values

What did you see in the logs?

# Paste your logs here.
# Be sure to scrub any sensitive values

Additional context

Add any other context about the problem here.

commented

This might need a restart of the service which is why it didn't work?

config:
  extraOpts:
    proxy_log_level: "debug"

passes the option as expected