potiuk commented on issue #30028:
URL: https://github.com/apache/airflow/issues/30028#issuecomment-1465182468

   * #29395 - correctly validates badly formatted time
   * #29495 - is good:
   Both standard config and standalone password file have user-only permissions:
   
   ```
   ^Xroot@f8d4a86cf3ef:~/airflow# ls -la airflow.cfg
   -rw------- 1 root root 51764 Mar 12 11:36 airflow.cfg
   ```
   
   ```
   ⌁ ⌂23.88 [jarek:~/airflow] [airflow-astroid] % ls -la 
standalone_admin_password.txt
   -rw-------  1 jarek  staff  16 Mar 12 12:48 standalone_admin_password.txt
   ```
   
   * #29501 - the details are redacted when user is not authenticated
   
   <img width="1205" alt="Screenshot 2023-03-12 at 12 58 17" 
src="https://user-images.githubusercontent.com/595491/224543107-14611a3a-4554-46a3-bb3f-d787c30b5bf4.png";>
   
   
   * #29541 works fine when no celery section is defined in cfg we get now:
   ```
   > airflow config get-value celery broker_url
   redis://redis:6379/0
   ```
   
   rather than exit 1 and:
   
   ```
   > airflow config get-value celery broker_url
   The section [celery] is not found in config.
   ```
   
   # 29916  - I've checked that python-daemon installed is 3.0.1 which is good 
(also to note 3.0.0 that fixed the problem had been yanked by the maintainer as 
it did not work without setuptools (and it uses packaging now instead). But 
that should keep the fix released in 3.0.0. @antonio-antuan maybe you could 
check if the 2.5.2.rc1 fixes the memory issue in your setup (I have no access 
to my test machine I set it up for testin and travelling for the next few days).


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