Azure identity JDBC PostgreSQL plugin library for Java - version 1.0.0-beta.1
This package contains the jdbc authentication plugin to authenticate with Azure AD for Azure hosted PostgreSQL services.
Getting started
Prerequisites
- An Azure account with an active subscription. Create an account for free.
- Java Development Kit (JDK) with version 8 or above.
- Apache Maven.
Include the package
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity-providers-jdbc-postgresql</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-identity-providers-jdbc-postgresql;current} -->
</dependency>
Key concepts
This picture shows how the jdbc authentication plugin for PostgreSQl authenticating with MSI.
Examples
For documentation on how to use this package, please refer to Quickstart:Use Java and JDBC with Azure Database for PostgreSQL.
Troubleshooting
If you encounter any bugs, please file issues via Issues.
Next steps
Contributing
For details on contributing to this repository, see the contributing guide.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java