vishesh92 commented on issue #10531: URL: https://github.com/apache/cloudstack/issues/10531#issuecomment-3713520801
@Sapiensoy I believe that we could do this but I am not entirely sure about the benefits given the effort involved. Please correct me if I am wrong. I have shared my thoughts below: 1. **Support for JWT -** JWT is primarily for authentication/authorization, not encryption. Also, we already have an authentication method and personally I don't see any benefit of adding support for JWT. 2. **Support for sqlite -** Ideally, it would be good to have support for different database but the current implementation is tightly coupled with mysql as of now. And it would be a huge effort with not enough benefits to do this. I run mysql in a container for testing. Perhaps you can try the same. -- 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]
