umccr / data-portal-status-page

0 stars 0 forks source link

Change request: Status Page domain name #105

Open victorskl opened 2 months ago

victorskl commented 2 months ago

Status Page domain name should change accordingly. Also. When appropriate, happy for Status Page to use its own subdomain instead on Portal subdomain. e.g.

https://status[.dev|.stg|.prod].umccr.org
victorskl commented 2 months ago

ditto:

https://github.com/umccr/data-portal-status-page/blob/87b8d0b5e908e33c334a19c966a475c080a18473/README.md?plain=1#L8-L9

victorskl commented 2 months ago

Related #104

victorskl commented 1 month ago

@raylrui Ray; pls see if you could tackle this story after #103

raylrui commented 1 month ago

sure @victorskl I will have a check of this. Thanks

raylrui commented 1 month ago

So far: For dev env, new url https://status.dev.umccr.org has been applied. For prod env, we hold for now and we will apply new url when we push new update to prod

raylrui commented 1 month ago

We still need add our domain in allow origin, cognito call back and auth urls

PR #689 for adding domains in allowedOrigins PR #433 for add status page callback and redirect url in dev env. So far we just hold new domain for prod for now

victorskl commented 1 month ago

Sure, I will review them now.

raylrui commented 1 month ago

Not sure if these are all we needed to migrate to new status page domain. need to check again if there are still something we need change.

I see your previous issue about new portal domain, just for reference https://github.com/umccr/infrastructure/issues/272

victorskl commented 4 weeks ago

Looks like new Status Page domain name https://status.dev.umccr.org work well now. Perhaps, we can close this ticket now, Ray?

raylrui commented 4 weeks ago

I am thinking if we need wait for new domain apply to stg, prod env. But all good for me to close this one.

victorskl commented 4 weeks ago

Good idea. Let us put this into review swim lane; park & wait.

raylrui commented 4 weeks ago

just a quick reference for what we need for prod domain change (so far no stg env yet):

  1. SSL cert creation and validation
  2. SSM param replacement
  3. status page deploy to prod for new A-record
  4. data-portal-apis release to prod env for allow origins change
  5. infrastructure terraform release for cognito auth and call back url ( stg?, prod workspace)
victorskl commented 4 weeks ago

Sure, noted well about action items. I will perform those points when deploy to prod. And I will seek out your help if I stuck.