potiuk commented on issue #24624:
URL: https://github.com/apache/airflow/issues/24624#issuecomment-1167187781
Ah. I thought it's only export. So should not we simply skip those values
and allow to omit them when updating via API, unless they are overridden? Or -
simpler- why not have a "sentinel" value that will be treated differently at
save (say '**********') . This is very highly unlikely someone might want to
set a "secret" value to "**********" and we can warn the user and even provide
some escaping capability if someone REALLY wants to set it ("**********\") for
example (and "*********\" and if someone wants to set "**********") and so-on..
I think we want to treat redacted value as "write-only" and never send to
the frontend.
--
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]