mgubaidullin commented on issue #580: URL: https://github.com/apache/camel-karavan/issues/580#issuecomment-1405170268
This is a good food for thoughts ;-) A lot of components require authentication and some of them are quite complex like OAuth 2.0 Aim of Karavan is to make Integration with Camel simpler for engineers Also Karavan should provide opinionated solution My vision that all authentication logic and token refreshes should be implemented in components themselves. However we still need to store passwords/tokens/keys required and best-practice for that is to use Secrets and Key Vaults. So, yes, this feature should be supported, but we need to define what part should be in Camel Framework, what part in Karavan and how to support secrets, vaults and keep same user experience in cloud application and vs code. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org