Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 894 Bytes

emergency-login.md

File metadata and controls

26 lines (18 loc) · 894 Bytes

Emergency Login

If login is broken because auth0 is down or the ops-login canvas (which backs login.darklang.com) is down, on-call will still need a way to log in.

To do this, run:

  • scripts/production/connect-to-exec host
  • ./app/ExecHost emergency-login <username>

This will:

  • inserts a row into the session table in postgres and
  • prints a session key, along with instructions for use

To use:

With said cookie set, you are now logged in.