mik-laj commented on a change in pull request #4530: [AIRFLOW-3282] Implement 
Azure Kubernetes Service Operator
URL: https://github.com/apache/airflow/pull/4530#discussion_r249206027
 
 

 ##########
 File path: airflow/utils/db.py
 ##########
 @@ -284,6 +284,10 @@ def initdb():
         Connection(
             conn_id='azure_container_instances_default', 
conn_type='azure_container_instances',
             extra='{"tenantId": "<TENANT>", "subscriptionId": "<SUBSCRIPTION 
ID>" }'))
+    merge_conn(
 
 Review comment:
   Are you sure you need a new connection? Google Cloud Platform 
(`google_cloud_platform`) does not create a separate connection for each of 
your services. If you create a separate connection, each user will have to 
enter the credentials to Azure again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to