mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 2c610c2de3
			
		
	
	
		2c610c2de3
		
	
	
	
	
		
			
			* Add azure token based auth * Add Azure Token Base Authentication * Update azure-auth.md * Update azure-auth.md * feat: Add `azure-identity-extensions` library for passwordless database connection --------- Co-authored-by: Ayush Shah <ayush@getcollate.io> Co-authored-by: Akash-Jain <15995028+akash-jain-10@users.noreply.github.com> (cherry picked from commit d8f5398efb75c6a76033c2bbf37b7eca4c44a9d2)
		
			
				
	
	
	
		
			759 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			759 B
		
	
	
	
	
	
	
	
| title | slug | collate | 
|---|---|---|
| How to enable Azure Auth | /deployment/azure-auth | false | 
AZURE resources on Postgres/MySQL Auth
Requirements
- Azure Postgres or MySQL Cluster with auth enabled
- User on DB Cluster with authentication enabled
How to enable Azure Auth on postgresql
Set the environment variables
  DB_PARAMS="azure=true&allowPublicKeyRetrieval=true&sslmode=require&serverTimezone=UTC" 
  DB_USER_PASSWORD=none
Either through helm (if deployed in kubernetes) or as env vars.
{% note %}
The DB_USER_PASSWORD is still required and cannot be empty. Set it to a random/dummy string.
{% /note %}