GitHub user arkadiuszbach added a comment to the discussion: JWT Signature
verification failed
Just had the same problem with the UI, it went into redirect loop. I'm planning
on using pre-install hook to generate it once at installation - the same way
fernet_key is generated:
```
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": "before-hook-creation"
"helm.sh/hook-weight": "0"
```
Jwt secret has this:
```
{{- with .Values.jwtSecretAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
```
so it should work
GitHub link:
https://github.com/apache/airflow/discussions/54178#discussioncomment-14763085
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]