vincbeck commented on issue #60265: URL: https://github.com/apache/airflow/issues/60265#issuecomment-3739102652
`refresh_token` is used to refresh the user/token so I do not think we should it for anything else but that. Plus, that would lead to some security vulnerabilities. With your proposed change, any unauthenticated call would use the cache user (if any). Big no no :) -- 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]
