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
Is your feature request related to a problem? Please describe.
When deploying DCA to shinyapps.io, issues with schematic authentication may not be discovered until users interact with specific elements of the app. Testing the schematic calls that the app makes before deployment will ensure authentication works properly before release. This was brought up after launching DCA for VEOIBD. The app launched, but google sheets would not generate because .synapseConfig had bad credentials.
Describe the solution you'd like
In the shinyapps deployment workflow, add test calls to schematic that require authentication. If they fail, abort the deployment and return the error. In particular this will help ensure our secrets are configured correctly and have not expired.
How important is this feature? Select from the options below:
• 🏝 Low - it's an enhancement but not crucial for work
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When deploying DCA to shinyapps.io, issues with schematic authentication may not be discovered until users interact with specific elements of the app. Testing the schematic calls that the app makes before deployment will ensure authentication works properly before release. This was brought up after launching DCA for VEOIBD. The app launched, but google sheets would not generate because .synapseConfig had bad credentials.
Describe the solution you'd like
In the shinyapps deployment workflow, add test calls to schematic that require authentication. If they fail, abort the deployment and return the error. In particular this will help ensure our secrets are configured correctly and have not expired.
How important is this feature? Select from the options below:
• 🏝 Low - it's an enhancement but not crucial for work
The text was updated successfully, but these errors were encountered: