Hi! I’m trying to configure Oathkeeper to read the...
# talk-oathkeeper
f
Hi! I’m trying to configure Oathkeeper to read the cookie values passed from my frontend, but I keep getting the message
cookie:Value is sensitive and has been redacted. To see the value set config key "log.leak_sensitive_values = true" or environment variable "LOG_LEAK_SENSITIVE_VALUES=true"
in my logs. I already tried both suggestions, this is what my oathkeeper.yml file looks like:
Copy code
log:
  level: trace
  format: json
  leak_sensitive_values: true
Does anyone know what I can do to get the cookie values in my logs? 🙂
ahh I saw this issue now: https://github.com/ory/oathkeeper/issues/1067, the only way to fix this is reverting back to 0.39.4 momentarily until that fix is pushed to Dockerhub.