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

Real disabling of basic (or OIDC) auth #90

Closed
soxofaan opened this issue Oct 12, 2021 · 1 comment
Closed

Real disabling of basic (or OIDC) auth #90

soxofaan opened this issue Oct 12, 2021 · 1 comment

Comments

@soxofaan
Copy link
Member

bd35cdd introduced option to disable basic (or OIDC) auth
and is used in aggregator (Open-EO/openeo-aggregator@a09e264) to resolve https://github.com/openEOPlatform/architecture-docs/issues/107

This implementation however just removes the /credentials/basic (or ../oidc) endpoints from the capabilities and flask handling, which is enough for regular use of openEO API and clients.
It is however still possible to use basic or OIDC based auth headers (if you manage to build these headers in some out-of-band way).

It is not that hard to also disable this, but that would that would break most unit tests in the aggregator (which mostly uses basic auth for simplicity) at the moment, so I didn't cover that for now.

soxofaan added a commit that referenced this issue May 9, 2023
allows disabling basic auth or doing custom implementations
soxofaan added a commit that referenced this issue Nov 7, 2023
soxofaan added a commit that referenced this issue Nov 7, 2023
soxofaan added a commit that referenced this issue Nov 7, 2023
soxofaan added a commit that referenced this issue Nov 7, 2023
soxofaan added a commit to Open-EO/openeo-geopyspark-driver that referenced this issue Nov 7, 2023
soxofaan added a commit that referenced this issue Nov 8, 2023
soxofaan added a commit that referenced this issue Nov 10, 2023
@soxofaan soxofaan self-assigned this Dec 5, 2023
soxofaan added a commit that referenced this issue Dec 5, 2023
@soxofaan
Copy link
Member Author

soxofaan commented Dec 5, 2023

done in 0e1d4a7

@soxofaan soxofaan closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant