-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Please explain the motivation behind the feature request.
Some of the APIs I work with require mutual TLS with custom CAs to validate the requestor. I would like to use goose with them natively, and that would require goose supporting mutual TLS.
Describe the solution you'd like
When building the http clients in each of the providers, pull in a path from configuration for each of the certificate, key, and certificate authorities, and use those to build the client.
Describe alternatives you've considered
I can use a proxy server to sidestep this issue, but that requires more technical expertise and friction for my colleagues.
Additional context
I'm happy to contribute this request if we can come to an agreeable path to take for it.
- I have verified this does not duplicate an existing feature request
Reactions are currently unavailable