"Best Practices for Securing Secrets in Source Code Repositories?" #139973
Replies: 2 comments 1 reply
-
To manage secrets in a public GitHub repository without environment variables: Encryption: Store secrets in the repo but encrypt them. Use a secure service or key management system to decrypt at runtime. |
Beta Was this translation helpful? Give feedback.
-
Please see this comment for reference to why this discussion was closed and locked. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi everyone,
In situations where environment variables aren’t an option, what are the best practices for securely managing secrets in a public repository?
Looking forward to your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions