8gears / n8n-helm-chart

A Kubernetes Helm chart for n8n a Workflow Automation Tool. Easily automate tasks across different services.
https://artifacthub.io/packages/helm/open-8gears/n8n
Apache License 2.0
187 stars 97 forks source link

basic auth in values yaml does not work #19

Closed arrowcircle closed 9 months ago

arrowcircle commented 3 years ago

Hey! It looks like basic auth from the values.yaml does not work. It works fine if added via extra envs, but not in the security part of values.yaml. Is it a bug or not done yet?

stubbi commented 2 years ago

Hey @arrowcircle did you prefix the value with either config or secret, i.e. config.security.basicAuth.user rather than security.basicAuth.user?

Joffcom commented 1 year ago

From v1 of n8n basic auth will no longer work.