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:
parent
44439f8d8d
commit
c71fb0fda9
3 changed files with 40 additions and 6 deletions
11
docs/dev.md
11
docs/dev.md
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue