baprx commented on issue #56246: URL: https://github.com/apache/airflow/issues/56246#issuecomment-3389243177
I had this issue and had to create a custom secret which won't be rotated at each sync (I'm using ArgoCD), referenced with the following helm values: ```yaml airflow: jwtSecretName: airflow-secrets apiSecretKeySecretName: airflow-secrets ``` Haven't got any more of these CSRF errors so far. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org