Skip to content

ProAuth 2.0.74

This release introduces critical enhancements to infrastructure automation—specifically centered on Azure SQL administrative workflows—and optimizes data retrieval performance through cache warm-up strategies.

ACTION REQUIRED

Helm Configuration Update The Helm value path for ignoring inactive IDPs has been migrated. If you use this setting, you must update your values.yaml:

  • Old Path: dbdeploymentworker.ignoreinactiveidps
  • New Path: appsettings.databasedeployment.ignoreinactiveidps

Additionally, the authenticationsettings block has been removed from the dbdeploymentworker configuration.

Features

Infrastructure Infrastructure

  • Azure SQL Admin Credential Support: The Database Background Job Worker now supports the use of dedicated SQL administrative credentials for database provisioning on Azure SQL. This enables automated deployment scenarios where the service principal lacks direct DBO creation rights but has administrative delegation (#2801).
  • Advanced Identity Management: Introduced dbadminworkloadIdentity, allowing for the separation of concerns between UserStore database deployment and UserStore database creation. This facilitates more granular Managed Identity assignments in high-security environments.
  • Password Rotation Readiness: Added secondary SQL user and password configuration options to allow for seamless credential transitions during automated rotation cycles.

Core Core

  • Cold-Start Performance Optimization: Enhanced the result cache by implementing proactive cache initialization during startup. This reduces latency for initial user requests following a system restart or scale-out event (#2764).