-
Notifications
You must be signed in to change notification settings - Fork 1.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
Doc: add some missing description for ssl_mode and server_ca_mode. #12006
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @SarahFrench, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for your PR!
In the original issue the author wants the detail present here in the old docs to be reintroduced. Could you please add those details into your PR too?
@@ -377,9 +377,9 @@ Specifying a network enables private IP. | |||
At least `ipv4_enabled` must be enabled or a `private_network` must be configured. | |||
This setting can be updated, but it cannot be removed after it is set. | |||
|
|||
* `ssl_mode` - (Optional) Specify how SSL connection should be enforced in DB connections. | |||
* `ssl_mode` - (Optional) Specify how SSL connection should be enforced in DB connections. Supported values are `ALLOW_UNENCRYPTED_AND_ENCRYPTED`, `ENCRYPTED_ONLY`, and `TRUSTED_CLIENT_CERTIFICATE_REQUIRED` (not supported for SQL Server). See [API reference doc](https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/instances#ipconfiguration) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are any of the values here Beta-only? If not we should link to the GA version of the API documentation to avoid any potential confusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot reintroduce the previous details because the require_ssl
field has been deprecated in 6.0.0. So we only need to describe the valid values of ssl_mode
.
I've updated the API version to v1. Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks, I missed that that was a factor!
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Add some missing description for ssl_mode and server_ca_mode. Related issue hashicorp/terraform-provider-google#19711.
Release Note Template for Downstream PRs (will be copied)