-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 for TLS version in azurerm_mariadb_server #7899
Comments
Hi @alex-3sr , thanks for opening this issue. You're right, the service api has not supported this field yet. Would you mind opening an issue in https://github.com/Azure/azure-rest-api-specs/issues to suggest the service team? |
Hi @yupwei68 , Yes sure, no problem ;) I create this issue -> Azure/azure-rest-api-specs#10259 Thanks and have a nice day |
Hello. I think this ticket is unblocked now, as https://docs.microsoft.com/en-us/rest/api/mariadb/servers/create#minimaltlsversionenum is available.
|
Hello, any ETA ? |
Just checked the latest SDK, latest API version available is |
Is anything happening here? It's quite a pain to provision stuff and modify it in the portal afterwards. |
ping? |
Pong. I'm a tad blocked on some teammates helping me generate a different version of SDK... Otherwise I was planning to tackle this one as soon as that happens. // cc @tombuildsstuff would you please? :) I pinged you the swagger URL in one of our slack conversations lately. Thanks! |
Hello again, is there a nice new-year present for us? 🙂 |
Just checked, official SDK is still in the same state. I'll ask @tombuildsstuff again to generate that internal SDK for a spin, but this would be 3rd in line, unless someone else beats me to it. |
@tombuildsstuff we need you here! |
Why is nothing happening here? 😢 |
@favoretti just a casual ping, is there any chance? 😄 |
@tombuildsstuff Would you mind dropping Pandora version of https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mariadb/resource-manager/Microsoft.DBforMariaDB/preview/2018-06-01-preview/mariadb.json into a branch for me please? |
@favoretti @tombuildsstuff it's been nearly a year since the last comment. Any updates? |
Ahh, yeah, now I can do this myself indeed. I'll work on this one later today. |
Sounds great! Looking forward to it :) |
SDK has been generated, I'll do my best to get you folks support for this over the weekend. |
…forced` ``` $ TF_ACC=1 go test -v ./internal/services/mariadb -timeout=1000m -run='TestAccMariaDbServer_basicTenTwo' === RUN TestAccMariaDbServer_basicTenTwo === PAUSE TestAccMariaDbServer_basicTenTwo === CONT TestAccMariaDbServer_basicTenTwo --- PASS: TestAccMariaDbServer_basicTenTwo (296.33s) PASS ok github.com/hashicorp/terraform-provider-azurerm/internal/services/mariadb 297.574s ``` Fixes hashicorp#7899
I swear, I either must have been blind or something, but magically 2018-06-01 stable started supporting this property.. Oh well. Coming soon to a release near you... |
@favoretti How soon is "soon" ? ;-) |
@philipp-hb oh, I'm so sorry, I completely forgot about it. I'll try to have a look this week, I thought I had a branch somewhere, which probably would need a ton of rebase by now. |
@philipp-hb Umm, "soon" was on March 7th of this year... #20782 I forgot to update this issue, but this has been released ages ago :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Hi team,
it could be nice, if we can manage TLS version for Azure MariaDB servers, like it's already the case for MySQL and PostGreSQL.
New or Affected Resource(s)
Potential Terraform Configuration
My suggest is just to add ssl_minimal_tls_version_enforced like others database servers ressources
References
I've no idea exactly limitations for TF against ARM ressources, around SDK Go I think, but at least in ARM template I can see that the option seem not yet exist
https://docs.microsoft.com/en-us/azure/templates/microsoft.dbformariadb/servers
Than you and have a nice day
regards
Alex
The text was updated successfully, but these errors were encountered: