mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
* Validate user data with actual length, and some code improvements * Ignore if user data is not set (don't fail) * Validate user data after finalizing it * Updated registerUserData API using POST call from UI, to support user data upto 1048576 bytes * Apply suggestions from code review * Added logs for user data * Addressed review comments * Check user data length with base64 encoded data, and some code improvements