-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can install_bitbucket use the ssh public key for authentication when install from a private bitbucket repository? #713
Comments
I'd be happy to review a pull request that implemented this, but since I don't use bitbucket, I can't write it myself. |
I'm not really wanting to commit my plaintext Bitbucket password for all my company to see, but I'm not sure of any way round this without this feature? I'd like to second @imadcat's request, should anyone feel up to the task of making that PR. Many thanks |
I was hoping to do the same thing. Once I looked at the code, however, I realized that The way around it is to use |
See #1220 |
See also bitbucket app passwords
As seen on App passwords are here in Bitbucket Cloud. The issue with an app password is that it gives access to all repositories on you account. The PAT gives access to one repository only. |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
It seems to be a much safer practice to rely on public key than to pass the username and password parameters in clear text.
The text was updated successfully, but these errors were encountered: