Skip to content
New issue

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

Fix disable login option behavior #13191

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

AmarEL
Copy link
Contributor

@AmarEL AmarEL commented Dec 20, 2020

When set the AUTH_ROLE_PUBLIC entry in the webserver_config.py, the app needs to be able to read the value for this entry and this pull request fix the way to access this entry value
closes: #13142
closes: #8815

@mik-laj
Copy link
Member

mik-laj commented Dec 20, 2020

@AmarEL Could you please add tests to prevent regressions and documentation on how to disable log-in?

@AmarEL AmarEL force-pushed the fix-disable-login-option branch 4 times, most recently from 573b804 to 6fffb2d Compare December 20, 2020 19:33
@AmarEL
Copy link
Contributor Author

AmarEL commented Dec 21, 2020

@AmarEL Could you please add tests to prevent regressions and documentation on how to disable log-in?

Done.
Do you have any other suggestions @mik-laj ?

@AmarEL
Copy link
Contributor Author

AmarEL commented Dec 21, 2020

@AmarEL Could you please add tests to prevent regressions and documentation on how to disable log-in?

@AmarEL AmarEL closed this Dec 21, 2020
@AmarEL AmarEL reopened this Dec 21, 2020
@github-actions
Copy link

The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest master or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the okay to merge It's ok to merge this PR as it does not require more tests label Dec 28, 2020
@mik-laj mik-laj merged commit 4be27af into apache:master Dec 28, 2020
kaxil pushed a commit that referenced this pull request Jan 21, 2021
…ting the process to do it (#13191)

(cherry picked from commit 4be27af)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues kind:documentation okay to merge It's ok to merge this PR as it does not require more tests
Projects
None yet
2 participants