-
Notifications
You must be signed in to change notification settings - Fork 55
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
Ignore custom_tls client_cert, client_key are not always required for use with for example an AWS RDS cert #181
Comments
Yes, that is possible - but it would have to be correctly handled in code and no one has needed it so far. |
I'll submit something this week 👍 |
Raised #182 today 👍 |
@petoju I'm just doing some validation this morning. Then we can close this issue off. |
Hi there,
I believe
client_cert
andclient_key
are, in fact, not required and, in many cases, should be ignored. Therefore, I'm wondering if they are incorrectly configured and we could make them optional in both the provider and the go code?Current behaviour
Forces you to set a value.
terraform-provider-mysql/mysql/provider.go
Lines 362 to 371 in 71dfdd0
Where something like this is all thats required for referencing of a custom CA.
The text was updated successfully, but these errors were encountered: