You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation works if the user deploying icenet-etl has Owner or RBAC level access, if it doesn't the icenet-geoapi-processing will fail in processing the uploaded netCDF file from the Blob storage and saving it into the file-system (it just creates a zero-byte file).
With Contributor level access, for the deployment to work, it requires one of the following:
Service Principal with at least "Storage Blob Data Reader" read-only access permission.
Current implementation works if the user deploying
icenet-etl
hasOwner
orRBAC
level access, if it doesn't theicenet-geoapi-processing
will fail in processing the uploaded netCDF file from the Blob storage and saving it into the file-system (it just creates a zero-byte file).With
Contributor
level access, for the deployment to work, it requires one of the following:The text was updated successfully, but these errors were encountered: