03-15-2018 07:02 AM
Can someone help me for accessing the Bitbucket code from the snaplogic ?
How to create a public key in the Bitbucket and how to use the same for creating account in the snaplogic ?
Solved! Go to Solution.
03-27-2018 05:46 AM
Hi @Surendar
The Access tokens was not available for everyone in the organisation to create for the REST.
There were only Access tokens available for SSH which will not work for REST API.
So We created a service account and given the account the BitBucket access and used the it as Basic Authentication for accessing the bitbucket files.
Thanks for the links 🙂
03-19-2018 01:25 AM
Please follow below steps:
Useful links:
https://api.bitbucket.org/2.0/repositories
https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html
03-27-2018 05:46 AM
Hi @Surendar
The Access tokens was not available for everyone in the organisation to create for the REST.
There were only Access tokens available for SSH which will not work for REST API.
So We created a service account and given the account the BitBucket access and used the it as Basic Authentication for accessing the bitbucket files.
Thanks for the links 🙂
12-18-2021 05:20 PM
@Harriesh/Anyone,
bitbucket in this case was bitbucket server or bitbucket cloud, bitbucket cloud is working awesome, even if bitbucket server connection is also fine but rest put method is not able to submit the body, some boundary value calculation along with content type is not working.
Any one implemented cases like, rest put for bitbucket server. It is working fine in post man. Issue seems like to be post man is creating boundary value for multipart/form-data by default but SnapLogic is not able to generate boundary value.