DaanHoogland commented on PR #9252:
URL: https://github.com/apache/cloudstack/pull/9252#issuecomment-2176042171

   tested and works as expected. @rohityadavcloud you are right that the URL is 
predictable, but the file won't be generated until the user requests it. as 
discussed we can add a path element to make it unpredictable but still allow 
the file to be downloaded with the user friendly name. 
   @harikrishna-patnala , this would also address the potential issue that two 
users have a file with the same name.
   So instead of `http://w.x.u.z/userdata/<filename or uuid>.<extension>`,
   they will download `http://w.x.u.z/userdata/<uuid>/<filename>.<extension>`
   


-- 
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]

Reply via email to