summaryrefslogtreecommitdiff
path: root/f3s/AGENTS.md
blob: e6c51bbfebe94bd9db4342b7a5364a05d8ae4183 (plain)
1
2
3
4
5
6
7
Follow file:///home/paul/Notes/snippets/f3s/f3s.md

## Security Policy

- **Never commit secrets to git.** This includes SSH private keys, API tokens, passwords, and any other sensitive credentials.
- Secrets must be deployed as Kubernetes Secrets directly via `kubectl create secret` or through a secrets management solution.
- If a secret is accidentally committed, it must be rotated immediately and pruned from git history using `git-filter-repo`.