-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
type: documentationThis is related to the documentation.This is related to the documentation.
Description
Context
"Secrets" is an umbrella term for various confidential documents/files, such as:
- WiFi passwords
- Login credentials
- Bootloader keys
- SSh keys
- etc.
Currently we lack clear guidelines that would tell developers how to handle such secrets in their repositories.
The purpose of this issue is to provide place for discussion about this topic and to define a set of clear guidelines on how to handle secrets.
Required steps / Implementation details
- Research existing good practices related to handling confidential information.
- Write down a clear list of rules what is not allowed to be checked into the git and what should be handled elsewhere.
- Provide enough info and resources so that developers will have enough knowledge to recognize the possibly problematic security situation and seek help.
Definition of Done
Section in guidelines is written and reviewed.
Metadata
Metadata
Assignees
Labels
type: documentationThis is related to the documentation.This is related to the documentation.