-
Notifications
You must be signed in to change notification settings - Fork 4
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 optionally esgf x509 certificates for access control #25
Comments
one needs to configure nginx with ssl client certificate verification:
The A client request needs an ESGF X.509 proxy certificate,
|
I think you can label that PAVICS too. If we can't implement it with you, we'll at least test it in the upcoming year. |
oops, wrong ticket ... |
To let twitcher make the decision if the client proxy is needed for the request one needs to set:
To pass the client certificate and verification information to the twitcher one can use proxy parameters, like:
|
possible values of ssl_verify_client: |
Fix #25: using x509 certificate for access control
... we might need to provide this for copernicus.
Some hints:
Python requests:
http://docs.python-requests.org/en/master/user/advanced/?highlight=ssl#client-side-certificates
curl: use --cert and -–key options
gunicorn SSL settings:
http://docs.gunicorn.org/en/latest/settings.html#cert-reqs
The text was updated successfully, but these errors were encountered: