eetr-auth
Operations

Overview

Running an eetr-auth deployment day to day — secrets, maintenance, upgrades, and teardown.

Once deployed, eetr-auth needs the usual operational care: keeping secrets and signing keys consistent, letting scheduled maintenance run, applying upgrades, and tearing down cleanly when needed.

Recurring safety net

npm run verify (local) and npm run verify:remote (deployed) re-check that the JWT signing key, the published JWKS, the seeded OIDC scopes, and the required secrets are all consistent. Run verify:remote after any key rotation or schema migration.