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

About Azure Database for PostgreSQL – Flexible Server #561

Open
1 task done
TakeshiMifune opened this issue Jul 3, 2024 · 0 comments
Open
1 task done

About Azure Database for PostgreSQL – Flexible Server #561

TakeshiMifune opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request new Added to an issue when it's new ;)

Comments

@TakeshiMifune
Copy link

TakeshiMifune commented Jul 3, 2024

Is your feature request related to a problem? Please describe.

Hello Team,

This is Takeshi Mifune.
We are currently using SAS Viya on Azure and have received the following communication.

In July 2024, we’ll begin updating Azure Database for PostgreSQL Flexible Server to use TLS certificates from Microsoft RSA Root Certificate Authority 2017. If your apps use certificate pinning, you’ll need to update your trusted root store to accept this root CA in addition to existing DigiCert Global Root CA.
•If your applications take advantage of verify-ca or verify-full as value of sslmode parameter in the database client connectivity they may be affected by this change and need to follow below directions to add new certificates to certificate store to maintain connectivity.
•If your connection string includes sslmode=disable, sslmode=allow, sslmode=prefer, or sslmode=require, you don’t need to update certificates.

'[question]
SAS Viya version:LTS 2024.03
External PstgresSQL is created using "viya4-iac-azure".
(It is created with the following contents in "terraform.tfvars".)
postgres_servers = {
default = {
sku_name = "GP_Standard_D4ds_v4"
storage_mb = 131072
connectivity_method = "private"
administrator_password = ""
postgresql_configurations = [
{
name = "max_connections"
value = "1024"
}
]
},
}
'==========

  1. Are we using verify-ca or verify-full for the value of the sslmode parameter?

  2. Please let me know if there is a way to verify the value of the sslmode parameter.
    ==========

Best Regards,
Takeshi

Describe the solution you'd like

I want to check if the Azure Database for PostgreSQL – Flexible Server needs to renew the certificate.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@TakeshiMifune TakeshiMifune added enhancement New feature or request new Added to an issue when it's new ;) labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new Added to an issue when it's new ;)
Projects
None yet
Development

No branches or pull requests

1 participant