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

Dynamic "config" system #259

Open
soxofaan opened this issue Feb 9, 2024 · 1 comment
Open

Dynamic "config" system #259

soxofaan opened this issue Feb 9, 2024 · 1 comment

Comments

@soxofaan
Copy link
Member

soxofaan commented Feb 9, 2024

Current config approaches in openeo-driver (and related) are static (e.g. env var based, or file based), and have to be updated with a full deploy pipeline (CI, deploy, promote, etc), which is perfectly fine for most things.

The client-credentials-to-user mapping is currently also a config item, but it is tedious that updates have to go through the deploy pipeline. This should better be moved to a more dynamic config system that can be updated on the fly (e.g. backed by Zookeeper or another DB). #245 would probably fit in this as well.

Some prior/related work of putting dynamic configs in zookeeper: eu-cdse/openeo-cdse-infra#33, Open-EO/openeo-geopyspark-driver#600

@soxofaan
Copy link
Member Author

with Open-EO/openeo-geopyspark-driver#708 the client-credentials-to-user mapping is now practically not important anymore, so the importance of this ticket is pretty low at the moment

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

No branches or pull requests

1 participant