We would like to http access tokens available for Git operations , Bitbucket and GitHub have supported this for a long time. Note that tokens should be able to be issued both to a personal account (i.e., allows access to all projects and repos the user can access) or to a project and/or repo for non-personal access (instead of a service/functional account).SSH is frowned upon and considered a security risk nowadays , having http access tokens can help us eliminate the need for ssh to be enabled in our secure environments

Comments