potiuk commented on PR #47691:
URL: https://github.com/apache/airflow/pull/47691#issuecomment-2736908896

   We can do it in CI in the scripts that run that command - not in the command 
itself :
   
   ```
   if [[ ! <SIMPLE AUTH MANAGER CONFIGURED>> ]]; then
      echo "Skipping  user creation as Simple auth manager is used"
   else
     create user ....
   fi
   ```
   
   Yes. I know it's bash, but it's not too complex :)  and it's done in a 
number of cases alreaady that we do stuff conditionally in the scripts.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to