-
Notifications
You must be signed in to change notification settings - Fork 35
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
gabbi doesn't support client cert yet #315
Comments
|
we should pass cmd line args to here... |
Thanks, this is a good idea. It will take some thought to work out how best to integrate it with the command line and with test suites, but we would be able to figure it out. Did you have any ideas on whether it should be expressed in the YAML files? |
Be expressed in the YAML files seems better! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gabbi doesn't support client cert yet
Help gabbi could support: gabbi-run ... --cacert /etc/kubernetes/pki/ca.crt --cert /etc/kubernetes/pki/client.crt --key /etc/kubernetes/pki/client.key ...
The text was updated successfully, but these errors were encountered: