pierrejeambrun commented on issue #49495: URL: https://github.com/apache/airflow/issues/49495#issuecomment-3022511258
@alkismavridis Where are you trying to push? To the apache remote, yes you need permissions, you need your own fork. JWT is needed from js for instance to perform XHRHttpRequest, so wheather we chose to store it in the LocalStorage or in a cookie doesn't change mush, we won't be able to set httponly in this scenario. Yes if someone steals your JWT he will be able to access the API on your behalf, this is why you net a reasonably low token expiry date (that's an airflow setting), and we plan to implement token invalidation, that's not yet supported. (there is an issue for it out there). -- 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]
