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

Authentication for transactions extension's endpoints #166

Open
pantierra opened this issue Nov 4, 2024 · 2 comments
Open

Authentication for transactions extension's endpoints #166

pantierra opened this issue Nov 4, 2024 · 2 comments

Comments

@pantierra
Copy link

The transaction extension enables manipulation of data within the STAC catalog. To enhance its utility, it would be beneficial to incorporate optional authentication for this endpoint. Are there any plans or preferred approaches for implementing this feature?

@pantierra pantierra changed the title Authentication for transaction extension's endpoints Authentication for transactions extension's endpoints Nov 4, 2024
@vincentsarago
Copy link
Member

@pantierra We usually suggest people to customize their own stac-fastapi application and add auth using route-dependencies

there is a nice example in https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/tree/main/examples/auth

we could write something similar for this repo

@pantierra
Copy link
Author

Nice! Would it be worthwhile to consider extending the STAC API Authentication extension?

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

2 participants