jason810496 commented on PR #47532: URL: https://github.com/apache/airflow/pull/47532#issuecomment-2719513897
> @jason810496 how can this be flaky ? I thought the session was authenticated https://github.com/apache/airflow/actions/runs/13817174257/job/38655368903?pr=47532 > maybe the signature key is not the same at generation time and at verification time and need to be set in the config Good point, I will create another PR that set the following env in configMap explicitly - `auth_jwt_secret` - `auth_jwt_expiration_time` ( I think we don't need to set this, since the default value is `86400`, the CI will not exceed 1 day ) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
