Hi,
We are using bitbucket server in our environment.
I want to know if we can connect to bitbucker server via the REST api to create a repository using SSH.
I was able to do that using Basic Authentication ,but not sure if I can hit the REST api with SSH.
Is this supported? if not , is there a better approach than exposing credentials by using the username and password to get a base64 encoded string and passing it via the Basic authentication to create the repository.
Hi Sridhar
Thank you for the question.
Let me start that it's not possible to send REST API requests through SSH because REST API call is an HTTP(S) request by design.
However, it's not possible to create the repositories without sending the credentials it's still possible to perform changes on the repositories using Personal Access Tokens.
Thanks for your response. But, personal access tokens seems to for each individual user. I am want to use it as a global one so that it can be used for creating repositories by an admin user either from command line or via a admin ui.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sridar
You're not the only one who wants tokens for the admin accounts. I've logged a feature suggestion for it BSERV-10482
I would recommend you to share your point with our developers as well so they will be aware of the business cases when the tokens for admin access are desirable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.