Skip to content

Draft: Implement managed identity authentication with Azure PostgreSQL

William Lyles requested to merge wilyle/az-postgres-msi into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Implement managed identity authentication with Azure PostgreSQL.

Also contains the following minor improvements:

  • Do some parsing in ProvidersConfig constructor to simplify usage
  • Parameterize the token scopes used by the Azure implementation in case they need to be configured
  • Truncate logs that were showing auth tokens
Edited by William Lyles

Merge request reports

Loading