add/apply ssh key to a specific repository
Created by: stela5
Right now you can add ssh keys to your account, but that allows that ssh key full access to ALL of your repositories. Is it possible/appropriate to add/apply an ssh key to only specific repositories? For example, if you have different ssh keys for different environments (as a security precaution), and you want to segregate repository access by environment or group using ssh keys (versus Gitlab user accounts). Thoughts?