[I] Airflow does not mask secrets in Database URI's when secret has a special character. [airflow]

2024-01-09 Thread via GitHub
Rurushu13 opened a new issue, #36688: URL: https://github.com/apache/airflow/issues/36688 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.5.1 ### What happened? While we were t

Re: [I] Airflow does not mask secrets in Database URI's when secret has a special character. [airflow]

2024-01-09 Thread via GitHub
Rurushu13 commented on issue #36688: URL: https://github.com/apache/airflow/issues/36688#issuecomment-1883340047 > @Rurushu13 > Good finding. If possible, can you share the sample DAG? @dirrao There it is `from datetime import timedelta import pendulum import os

Re: [I] Airflow does not mask secrets in Database URI's when secret has a special character. [airflow]

2024-01-18 Thread via GitHub
amoghrajesh commented on issue #36688: URL: https://github.com/apache/airflow/issues/36688#issuecomment-1899914323 I think it is by design that we have to percent encode the passwords containing special characters. The postgres documentation also has a mention of it: https://www.postgresql.

Re: [I] Airflow does not mask secrets in Database URI's when secret has a special character. [airflow]

2024-01-20 Thread via GitHub
potiuk commented on issue #36688: URL: https://github.com/apache/airflow/issues/36688#issuecomment-1901922955 I think @aritra24 is right - this is not about URL passwords (where the password should - indeed - be URL, encoded) - but if there is a password in connection, that does not get mas