diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-19 15:36:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-19 15:36:27 +0200 |
| commit | 55229ad06ed229c859082bb34085f277af7d8bea (patch) | |
| tree | 4c530ca0bc8ff53cd3cdf3259a7c1a21814fdd3f /f3s/AGENTS.md | |
| parent | 8d55f785e6df35381a971adcc6ee5f8518eaac22 (diff) | |
| parent | 4d87a596c3188f07732a26a1cc4abb875289b969 (diff) | |
Merge branch 'master' of codeberg.org:snonux/conf
Diffstat (limited to 'f3s/AGENTS.md')
| -rw-r--r-- | f3s/AGENTS.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/f3s/AGENTS.md b/f3s/AGENTS.md index 5637ce3..2466100 100644 --- a/f3s/AGENTS.md +++ b/f3s/AGENTS.md @@ -1 +1,11 @@ Follow file:///home/paul/Notes/snippets/f3s/f3s.md +<<<<<<< HEAD +||||||| 7b4d629 +======= + +## 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`. +>>>>>>> 529caf525d3c8594bcf0208697629827113dc1fc |
