uplsh580 commented on PR #60715:
URL: https://github.com/apache/airflow/pull/60715#issuecomment-3764071490

   I've marked several file path configurations (`google_key_path`, 
`jwt_private_key_path`, `kerberos.keytab`, `kerberos.ccache`) as `sensitive: 
true`, but I'm not entirely sure if file paths themselves should be considered 
sensitive.
   
   The paths themselves don't contain sensitive data, but exposing them could 
help attackers locate sensitive files. On the other hand, typically only the 
file contents (like `jwt_secret`, `fernet_key`) are marked as sensitive, not 
the paths.
   
   What are your thoughts? Should we:
   1. Keep `sensitive: true` for these paths (defense in depth - don't reveal 
where sensitive files are located)
   2. Remove `sensitive: true` from paths (only mark actual secret values as 
sensitive)
   
   I've kept `simple_auth_manager_users` as sensitive since it contains actual 
authentication data, not just a path.


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