Airflow 3.0.6: "JWT token is not valid: Signature verification failed" when using SimpleAuthManager #65971
Unanswered
will-m-buchanan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently trying to debug another issue, here: #65785. As part of my debugging I reverted back to an earlier commit from before I had engaged the FAB auth manager. The
SimpleAuthManagerhad worked previously, but is suddenly giving me trouble.After the API server loads, I open the UI and am redirected to a basic login screen. I enter the credentials that have been randomly generated (by default found in
$AIRFLOW_HOME/simple_auth_manager_passwords.json.generated). Upon submitting the credentials I am briefly shown a UI screen that says "Forbidden" before being quickly redirected back to the login screen (the "Forbidden" page goes away too quickly for me to make out anything else about it).The logs show:
This is different behavior from simply putting in the wrong credentials, which just gives me the expected "401 Unauthorized: Invalid credentials" message.
So why am I getting "JWT token is not valid: Signature verification failed" messages when trying to log in with
SimpleAuthManager?Beta Was this translation helpful? Give feedback.
All reactions