khanlab / autobids-portal

0 stars 1 forks source link

Functionality to update RIA url #205

Closed kaitj closed 11 months ago

kaitj commented 11 months ago

Existing RIA datasets store the RIA URL that is configured in the .env file at the time of dataset creation. When transitioning between maintainers, this can cause certain functionality that requires pushing to the RIA URL to fail.

For example, a dataset created by maintainer1 may fail to push to the RIA store when maintained by maintainer2 if MFA is not setup for maintainer1's account. Additionally, this could also cause unnecessary prompts to maintainer1, who is no longer maintaining the application.

Long-term, a method should be created to automatically update this RIA url if there is a mismatch with the environment variable.

Potential files to look at:

Added note to check remote storage permissions.