cagov / ui-claim-tracker

This repo contains the Claim Status Tracker app, which helps Californians better understand what’s happening with their unemployment claim and benefits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix or remove the Internal environment

lomky opened this issue · comments

Description

After updating our application to use Front Door routing in our Azure environments, Internal is now broken (because it doesn't have a Front Door!)

Potential Solutions:

  • Drop internal, use Dev instead
  • Add a Front Door to internal (would require DNS changes from EDD)
  • add a env variable catch to use dev routing on Internal

Acceptance Criteria

  • we no longer have a broken internal env