Imesh Gunaratne
Imesh Gunaratne
I think we have merged this PR (Python CLI) to master branch. If so shall we close this? Thanks
Hi Youcef, Thanks for reporting this! Currently, we are in the process of finalizing the core Kubernetes resources required for API-M 2.1.0. Once that is completed we will be implementing...
Reopened this issue for implementing secure vault support using Kubernetes secrets. The entire process of applying secure vault in Docker images and providing key store master password via Kubernetes secrets...
Hi Youcef, Thanks for raising this! In general it would be better to use vanilla Docker images whenever possible unless there is no other way to inject configurations or add...
Maintaining a WSO2 specific MySQL Dockerfile might be unnecessary. The centos/mysql-57-centos7 image can be used with a config map for executing SQL scripts at the startup. Please refer below MySQL...
This is now fixed in pull request #63
We might need to investigate and see why API-M is raising errors when it's started with Traffic Manager profile [1]. @yhilem really appreciate if you can share the logs that...
We may need to investigate this issue further and if it is not possible to resolve it from WSO2 side, at least mention the required MySQL JDBC driver version in...
Thanks Youcef for reporting this, we will check this problem and get back to you soon!
I investigated this with Pubudu and found that this issue has occurred due to the MySQL Connector version (v5.1.43) I used. Switched v5.1.34 and the problem got solved.