Firmware console

Sign in with the OTA admin secret (the value of OTA_ADMIN_SECRET on the firmware API — stored as firmware-ota-admin-secret in Secret Manager).

Session is stored in an httpOnly cookie for this hostname only.

Where is this key? · Generate a new one

Existing deploy

  1. Open Google Cloud Console → SecuritySecret Manager.
  2. Select secret firmware-ota-admin-secret (same value mounted as OTA_ADMIN_SECRET on both Run services).
  3. Reveal / copy the current version, or use:
gcloud secrets versions access latest --secret=firmware-ota-admin-secret --project=furrensic-dev
New random key (rotation or fresh env)

This only generates text in your browser. Add it as a new Secret Manager version, then redeploy furrensic-firmware-cloud and furrensic-firmware-admin so both read the same value.

Signing in with Google from this page cannot read your GCP secrets — that would require a separate authenticated backend. Project owners use Secret Manager or the command above.