[FEATURE REQ] Support Password - Less connection for Azure PostgreSQL flexible server in Spring
See original GitHub issueContext
azure-identity-providers-jdbc-postgresql
and spring-cloud-azure-starter-jdbc-postgresql
can work with single postgresql server, we should make sure they can work with flexible postgresql server too.
- Manual test to make sure they can work
- Create a IT to make sure they can work in pipeline.
- Test multiple flexible versions.
azure-identity-providers-jdbc-postgresql
will be been rename toazure-identity-extensions
in GA #32282.
Goal
Make sure our released postgresql plugin libraries also support AAD authentication with different postgresql flexible server versions.
Tasks/Plan
- We want to use an integration test to verify that our spring-cloud-azure-starter-jdbc-postgresql can work. Considering testing all PSQL server versions would require lots of efforts, we will only test one PSQL version.
- If it’s possible we may try to run IT with a random postgresql server, if not easy, we will pin the server version number.
- We will try to test PSQL flexible server, but if it’s not available yet, we will test with single server.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Migrate an application to use passwordless connections with ...
When the application authenticates with Azure Database for PostgreSQL, it provides a username and password pair to connect the database.
Read more >[Epic] Support Azure Identity for PostgreSQL #29785 - GitHub
[FEATURE REQ] Enable Azure Identity for Spring Cloud Azure PostgreSQL support #29780 · [FEATURE REQ] Collect usage data of passwordless-jdbc ...
Read more >Delete Passwords: Passwordless Connections for Spring Boot ...
Service Connector enables managed identities in app hosting services like Azure Spring Apps, App Service and Azure Container Apps. It configures ...
Read more >Consuming Azure Flexible Server for PostgreSQL on Tanzu ...
: In this example we use an AKS Cluster to deploy Crossplane and Tanzu Application Platform too. However, any other cluster which supports...
Read more >Documentation: 9.1: Authentication Methods - PostgreSQL
Plain password should always be avoided if possible. However, md5 cannot be used with the db_user_namespace feature. If the connection is protected by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This configuration parameter also not work:
This doc:Migrate an application to use passwordless connections with Azure Database for PostgreSQL can’t work with postgresql flexible server while creating role.