You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the jdbc url so that nessie can use a workload identity/managed identity to connect to the database server.
Requested Changes in public API
No change to public API
The text was updated successfully, but these errors were encountered:
dimas-b
changed the title
[Feature]: Add azure-identity-extensions so that azure managed identity authentication can be setup
[Feature][Nessie Persistence]: Add azure-identity-extensions so that azure managed identity authentication can be setup
Sep 30, 2024
Description
azure-identity-extensions: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-identity-extensions/1.1.20/index.html
Add this as a dependency so that services like azure postgres flexible server maybe used with managed identity authentication rather than user/pass
Expected Use Cases
The ability to use
authenticationPluginClassName=com.azure.identity.extensions.jdbc.postgresql.AzurePostgresqlAuthenticationPlugin
in the jdbc url so that nessie can use a workload identity/managed identity to connect to the database server.
Requested Changes in public API
No change to public API
The text was updated successfully, but these errors were encountered: