2i2c-org / infrastructure

Infrastructure for configuring and deploying our community JupyterHubs.
https://infrastructure.2i2c.org
BSD 3-Clause "New" or "Revised" License
105 stars 64 forks source link

Do not use the word 'NASA' in our Domains #3029

Open yuvipanda opened 1 year ago

yuvipanda commented 1 year ago

Per @freitagb, any domains that have the word 'nasa' in them but do not end in .gov are blocked on most NASA networks and machines as an anti phishing feature. This means they aren't able to access some of our clusters.

Let's just avoid using the word 'nasa' in domains.

### Tasks
- [x] Remove it from GHG staging hub
- [x] Remove it from the VEDA staging hub
- [ ] Remove it from VEDA prod hub?
- [ ] Remove it from GHG prod hub's CNAME
yuvipanda commented 1 year ago

@slesaad heya! Can you change the CNAME for hub.center.ghg from nasa-ghg.2i2c.cloud to just ghg.2i2c.cloud? It shouldn't affect end users but lets us get rid of nasa-ghg from any domains.

slesaad commented 1 year ago

@yuvipanda done!

yuvipanda commented 1 year ago

@slesaad hmm, dig hub.ghg.center still points me to nasa-ghg.2i2c.cloud.

slesaad commented 1 year ago

Sorry, my bad, should be updated now! image

yuvipanda commented 1 year ago

@slesaad perfect! I see it now. I'll get rid of the nasa-ghg target in a few days, to allow any lagging DNS servers to catch up.

yuvipanda commented 1 year ago

@freitagb https://github.com/2i2c-org/infrastructure/pull/3037 changes nasa-veda URL from nasa-veda.2i2c.cloud to veda.2i2c.cloud, and keeps a redirect in place, to prevent existing links from breaking. That sound good?