Rename product to OrbitWard

This commit is contained in:
Keith Smith
2026-05-26 21:24:54 -06:00
parent af72a6c563
commit 177bdcc8a7
41 changed files with 129 additions and 105 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Security
OrbitalWard must be secure from the beginning because it will store infrastructure credentials.
OrbitWard must be secure from the beginning because it will store infrastructure credentials.
## Authentication
@@ -19,7 +19,7 @@ Credential records are modeled separately from monitors and assets. Secret field
Rules:
- Use `ORBITALWARD_SECRET_KEY` from the environment.
- Use `ORBITWARD_SECRET_KEY` from the environment.
- Never log secrets.
- Mask saved secrets in the UI.
- Audit credential create, update, and delete events.