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

Endpoint configuration #357

Merged
merged 10 commits into from
Jul 20, 2022
Merged

Endpoint configuration #357

merged 10 commits into from
Jul 20, 2022

Conversation

anikaweinmann
Copy link
Member

With this change it is possible to configure the endpoints (including methods) of actinia-core.

You can add a endpoints configuration csv file with the following structure which list all desired endpoints including method:

Class_of_the_endpoint;method1,method2
Class_of_the_endpoint2;method1

Add the path of the csv file to the actinia.cfg as API.endpoints_config entry.

docker/README.md Outdated Show resolved Hide resolved
Copy link
Member

@mmacata mmacata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! In general I approve, only maybe the endpoint_config module could be moved?

docker/README.md Outdated Show resolved Hide resolved
docker/README.md Outdated Show resolved Hide resolved
src/actinia_core/core/common/endpoint_config.py Outdated Show resolved Hide resolved
src/actinia_core/core/common/endpoint_config.py Outdated Show resolved Hide resolved
anikaweinmann and others added 3 commits July 20, 2022 08:16
Co-authored-by: Carmen Tawalika <mmacata@users.noreply.github.com>
Co-authored-by: Marc Jansen <jansen@terrestris.de>
@anikaweinmann anikaweinmann merged commit 95b9e94 into main Jul 20, 2022
@anikaweinmann anikaweinmann deleted the endpoint_configuration branch October 25, 2022 11:31
@mmacata mmacata added this to the 4.1.0 milestone Nov 9, 2022
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.

3 participants