Add sandbox.dandiarchive.org subdomain (web client only)#228
Merged
Conversation
mvandenburgh
force-pushed
the
staging-to-sandbox
branch
from
July 10, 2025 16:14
def6a32 to
38a319d
Compare
staging to sandbox (web client only)sandbox.dandiarchive.org subdomain (web client only)
jjnesbitt
approved these changes
Jul 14, 2025
jjnesbitt
left a comment
Member
There was a problem hiding this comment.
LGTM, although I'll note that https://sandbox.dandiarchive.org does already resolve. I'm assuming you've already applied the terraform or something.
Member
Author
Yup, I already added the CNAME in AWS so the only actual change TF will make is to update the CORS whitelist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dandi/dandi-archive#1030
This is the first in a series of PRs to fully rename the
stagingdeployment tosandbox. All this does is add a new subdomain/CNAME record,sandbox.dandiarchive.org, and points it atsandbox-dandiarchive-org.netlify.comSeparately, I've created a new Netlify site for this. It's currently accessible at https://sandbox-dandiarchive-org.netlify.app/, but once this PR is merged and applied it will be https://sandbox.dandiarchive.org.
Once we've confirmed that the change works as expected, I'll update the old
gui-staging-dandiarchive-orgNetlify site to simply redirect to the sandbox one and then work on switching the API server as well.