Skip to content

Commit

Permalink
update to new OpenEoBackendConfig.enable_basic_auth config
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 7, 2023
1 parent 8158e7d commit 1768862
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions conf/backend_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
capabilities_description="openEO Platform, provided through openEO Aggregator Driver",
capabilities_backend_version=openeo_aggregator.about.__version__,
capabilities_deploy_metadata=deploy_metadata,
enable_basic_auth=False,
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"requests",
"attrs",
"openeo>=0.25.0",
"openeo_driver>=0.68.1.dev",
"openeo_driver>=0.75.0.dev",
"flask~=2.0",
"gunicorn~=20.0",
"python-json-logger>=2.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/openeo_aggregator/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,6 @@ def delete(self, user_id: str, process_id: str) -> None:


class AggregatorBackendImplementation(OpenEoBackendImplementation):
# No basic auth: OIDC auth is required (to get EGI Check-in eduperson_entitlement data)
enable_basic_auth = False

# Simplify mocking time for unit tests.
_clock = time.time # TODO: centralized helper for this test pattern
Expand Down

0 comments on commit 1768862

Please sign in to comment.