We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yes - I've already checked
Recently we implemented the MWAA COgnito login as explained in the following sites.
When I accessed this ALB and Lambda Based Cognito login to MWAA Airflow UI, it creates a new user in Airflow list of users every time.
I expected a unique Cognito user should create only one user entry in Airflow.
No response
🦄 #xyz
Given When I perform Then I expect
The text was updated successfully, but these errors were encountered:
A user name was automatically generated as a UUID which is why many users were created. Ramesh fixed that by using the actual user name.
Sorry, something went wrong.
Created pull request #137 with the bug fix.
ramesh-maddegoda
No branches or pull requests
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
Recently we implemented the MWAA COgnito login as explained in the following sites.
When I accessed this ALB and Lambda Based Cognito login to MWAA Airflow UI, it creates a new user in Airflow list of users every time.
🕵️ Expected behavior
I expected a unique Cognito user should create only one user entry in Airflow.
📜 To Reproduce
...
🖥 Environment Info
...
📚 Version of Software Used
No response
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
Acceptance Criteria
Given
When I perform
Then I expect
⚙️ Engineering Details
No response
🎉 Integration & Test
No response
The text was updated successfully, but these errors were encountered: