Secret Snippets within projects
Problem to solve
Secret snippets (#14201) should also be possible inside projects.
Intended users
Systems Administrator, DevOps Engineer, Software Developer
Further details
We are using some kind of "setup scripts" per project. Some small scripts for automating server installation and configuration (install Debian packages including git, adjusting config files, and finally clone a repo from GitLab).
The scripts were called by one shell command: wget ... | sh
on new servers.
Currently these scripts were saved as Gist on GitHub to have them hidden but still accessible for wget commands.
These scripts can be moved from Gist to GitLab Snippets as soon as #14201 is done, but having the scripts inside the corresponding project would be neatly arranged.
For this, even if the project is "private", the snippet has to be "secret" for having wget access without authentication.
Proposal
#14201 provides secret personal snippets. This level would be helpful for project snippets as well.
Permissions and Security
See #14201