- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
would like the module/CLI to work in environments that validate client certificates and have their own certificate authority certs published for server cert validation on the client side (2-way SSL).
i'm happy to submit a PR on this but wanted to create an issue to track in case someone else has already looked at it. basically you just need to accept a string (and potentially convert to boolean for backward compat) for thessl_verify
attribute of the GitLab class which would pass the path of a CA cert list in PEM encoding to therequests
module (as theverify
parameter, as well as acerts
parameter forrequests
which packs two values: the client cert and matching private key (both PEM encoded, unencrypted in the case of the private key).
Metadata
Metadata
Assignees
Labels
No labels