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

add support for client authentication; fix e2e client tests #62

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

wrieg123
Copy link
Contributor

Adds support for username & password authentication of client. Fixes e2e tests.

Tests Added

test_supervisor_client -> tests unauthenticated client e2e
test_permissioned_supervisor_client_rejected -> tests that bad login information raises and exception in the call
test_permissioned_supervisor_client -> tests authenticated client e2e

Copy link

codecov bot commented Jan 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
airflow_supervisor/client/xmlrpc.py 67.78% <100.00%> (+0.21%) ⬆️
airflow_supervisor/config/airflow.py 76.31% <ø> (ø)
airflow_supervisor/tests/client/test_client_e2e.py 100.00% <100.00%> (ø)
airflow_supervisor/tests/conftest.py 100.00% <100.00%> (ø)

@timkpaine timkpaine merged commit 6622ba1 into airflow-laminar:main Jan 11, 2025
2 checks passed
@wrieg123 wrieg123 deleted the authenticated-supervisor branch January 11, 2025 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants