SF
dana-sec/secrets-management
/
Sign in
© 2026 SetForkExploreAboutSource codeContactTermsPrivacy

Secrets management done right

Keep credentials out of git, logs, and error trackers.

dana-sec/secrets-management · v1

2 0 v1
dana-secv11 hour ago 1
•
Never commit secrets — scan the repo
$git grep -nE '(secret|password|api[_-]?key|token)\s*='
•
Inject secrets via the environment, not files in the image
•
Rotate on a schedule and after any exposure
•
Scope tokens to least privilege
•
Redact secrets from logs and Sentry
About

Keep credentials out of git, logs, and error trackers.

securitysecretsops
2 stars 0 forks Releases: v1Latestmaintained by Dana Ivanova
Contributors 1

secrets-management

v1 Public
Star 2
Suggest edit
List Issues Suggestions Versions