Document and wrap coulomb-social-env secret script

Point operators at railiance-apps create-coulomb-social-env-secret.sh
via scripts/create-env-secret.sh for production Secret assembly.
This commit is contained in:
tegwick 2026-08-09 02:04:33 +02:00
parent 44439f8d8d
commit c71fb0fda9
3 changed files with 40 additions and 6 deletions

View file

@ -67,3 +67,14 @@ make run
Sign-in redirects to Authelia (`auth.coulomb.social`) + MFA via privacyIDEA.
See `docs/adr/ADR-0001-netkingdom-identity.md` and `docs/identity/`.
### Cluster env Secret (production)
```bash
# dry-run (key names only)
./scripts/create-env-secret.sh --dry-run
# apply (needs kubectl + cluster access)
./scripts/create-env-secret.sh
```
Delegates to `railiance-apps/tools/create-coulomb-social-env-secret.sh`.