Harriesh
8 years agoNew Contributor III
Accessing BITBUCKET from snaplogic
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 ?
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 🙂