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

jwt not in schema #117

Closed jonathon2nd closed 3 hours ago

jonathon2nd commented 5 hours ago

Hello!

I am following https://github.com/8gears/n8n-helm-chart?tab=readme-ov-file#n8n-specific-config-section

image: n8nio/n8n:1.58.2 helm: 0.25.2

I am getting this message

message: configuration param 'security.jwtAuth.active' not declared in the schema
configuration param 'security.jwtAuth.jwksUri' not declared in the schema
configuration param 'security.jwtAuth.jwtHeader' not declared in the schema
jonathon2nd commented 4 hours ago

Also tried with 1.60.1, that also does not work

jonathon2nd commented 3 hours ago

https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md#100-2023-06-27

I see, looks like it was removed