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

AWS Signature Version 4 Authentication Support #228

Open
miguelsmuller opened this issue Aug 26, 2023 · 2 comments
Open

AWS Signature Version 4 Authentication Support #228

miguelsmuller opened this issue Aug 26, 2023 · 2 comments

Comments

@miguelsmuller
Copy link

I would like to request support for AWS Signature Version 4 (AWS Signature v4) authentication in the SPARQLWrapper library. Currently, SPARQLWrapper provides a convenient way to interact with SPARQL endpoints, but it lacks native support for AWS Signature v4, which is commonly used for secure authentication with Amazon Web Services (AWS) services like Amazon Neptune.

AWS Signature v4 is a widely adopted authentication method for AWS services, and adding support for it in SPARQLWrapper would be valuable for users who need to query SPARQL endpoints securely, especially when those endpoints are hosted on AWS infrastructure.

I am interested in using SPARQLWrapper for querying SPARQL endpoints hosted on AWS, and having built-in AWS Signature v4 support would simplify the process of authenticating these requests.

Is there any plan to add AWS Signature Version 4 authentication support to SPARQLWrapper in the future, or is there a recommended workaround for achieving this authentication method with SPARQLWrapper?

Thank you for considering this feature request.

@aucampia
Copy link
Member

@miguelsmuller sadly, there are no active maintainers for sparqlwrapper. I think the most reasonable approach going forward is to incorporate the features it offers into https://github.com/RDFLib/rdflib - ideally it should work with rdflib.plugins.stores.sparqlstore.SPARQLStore - but I do realize that also has some problems probably.

@miguelsmuller
Copy link
Author

Thank you for your prompt response. I appreciate your insights.

I understand that SPARQLWrapper may not have active maintainers at the moment, and I respect your suggestion to consider incorporating its features into RDFLib.

I am familiar with the RDFLib project that you mentioned and will look into the points you've raised.

If there are any specific ways I can assist or contribute, please let me know. Your guidance is valuable.

Additionally, I'd like to inquire if you are aware of any specific steps or resources for initiating this idea, should there be interest in pursuing it in the future.

Thank you for your time and consideration.

@miguelsmuller miguelsmuller changed the title Request for AWS Signature Version 4 Authentication Support AWS Signature Version 4 Authentication Support Aug 26, 2023
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