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

Support client certificates to access secured OpenDAP (ESGF) #380

Closed
cehbrecht opened this issue Aug 16, 2018 · 1 comment
Closed

Support client certificates to access secured OpenDAP (ESGF) #380

cehbrecht opened this issue Aug 16, 2018 · 1 comment

Comments

@cehbrecht
Copy link
Collaborator

Description

We would like to use ESGF OpenDAP services which are protected by X509 certificates:

  • WPS client (curl for example) sends an X509 proxy certificate with the WPS request (header variable?)
  • PyWPS needs to discover this x509 certificate and store it in an appropriate place (probably workdir).
  • The NetCDF library is able to work with secured OpenDAP services. It just needs to find the certificate in configured place, like in $HOME. In PyWPS it is already possible to set $HOME to the current workdir. So, no special handling on process implementation is necessary.

Additional Information

@cehbrecht cehbrecht added this to the 4.2.0 milestone Aug 16, 2018
@cehbrecht cehbrecht self-assigned this Aug 16, 2018
@cehbrecht cehbrecht modified the milestones: 4.2.0, 4.4.0 Dec 14, 2018
@cehbrecht cehbrecht removed this from the 4.4.0 milestone Feb 14, 2020
@cehbrecht
Copy link
Collaborator Author

We will use oauth tokens in the future ... so this becomes obsolete.

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