KIRY4 commented on issue #15451:
URL: https://github.com/apache/airflow/issues/15451#issuecomment-823903390


   @potiuk 
   
   I'm building bit customized image using Breeze:
   ```
   AIRFLOW_VERSION=2.0.2
   
   ./breeze-airflow/breeze build-image \
       --production-image  --python 3.8 
--install-airflow-version=$AIRFLOW_VERSION \
       --additional-extras=doc,jdbc,odbc,oracle,snowflake 
--additional-python-deps="jaydebeapi azure-storage-blob" \
       --image-tag myacrdev01.azurecr.io/airflow:$AIRFLOW_VERSION-base
   ```
   Later deploying it using following Helm chart: 
https://github.com/airflow-helm/charts/tree/main/charts/airflow on AKS 1.18.14.
   
   And yes, I'm getting following in logs from web pod:
   `[2021-04-21 08:59:23,812] {manager.py:887} ERROR - LDAP search for 
'(sAMAccountName=***)' in scope 'DC=***,DC=com' returned multiple results`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to