Unable to download the existing dataset as it is using internal rook-ceph service URL instead of FQDN of Automation Suite.
Issue Description:
Unable to resolve the download link in browser as it is exposing over internal rook-ceph service instead of https://objectstore./../..
Resolution:
Change the environment variable STORAGE_ACCESS_SCOPE to External in ai-trainer deployment:
1. Scale down the deployment ai-trainer and disable auto-sync on AI Center and UiPath app in Argo.
2. Take a backup of the deployment.
3. Edit the deployment.
4. Update the value of STORAGE_ACCESS_SCOPE to EXTERNAL.
5. Scale the deployment up.
Once the pod starts up, it should expose the download link over FQDN and allow it to be downloaded without any issues.
After the download, enable the auto-sync, after which the change will get rolled back.