Hacker News new | ask | show | jobs
by vmatsiiako 1244 days ago
Yeah! It's not a common term - just something that we call it

Secret can technically be any piece of information (e.g., API-key, credential). Though it may also include some non-sensitive data like environment variables

Secret versioning is a feature which tells you how the secret was changed over time (you can think of it as google docs history); it also tells which user it was modified by

1 comments

Thank you! I appreciate the education.