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

   > We can do it in CI in the scripts that run that command - not in the 
command itself :
   > 
   > ```shell
   > 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.
   > 
   > (you need to add the right condition of course)
   
   I like that. Let me try


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