Skip to content
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

Fix invalid SSL mode #1171

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented Jul 8, 2024

Use a valid SSL mode string from the IpConfiguration documentation for MySQL[1]. SSL_MODE_UNSPECIFIED is invalid despite being listed in the enumerated options[2].

[1] https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/instances#ipconfiguration
[2] https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/instances#SslMode

Summary

Release Note

Documentation

Use a valid SSL mode string from the IpConfiguration documentation for
MySQL[1]. `SSL_MODE_UNSPECIFIED` is invalid despite being listed in the
enumerated options[2].

[1] https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/instances#ipconfiguration
[2] https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1beta4/instances#SslMode

Signed-off-by: Colleen Murphy <[email protected]>
@haydentherapper haydentherapper merged commit d1f63df into sigstore:main Jul 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants