Hi All,
Currently one of our business partners is requiring that we have in place a Monitoring Configuration Changes and Integrity Verification Tool for a couple of repositories we have hosted on bitbucket cloud.
Does Bitbucket cloud has these type of tool integrated that can be configured? If so were can it be found?
Or any external tool that can integrate to the repositories to be able accomplish these task?
I am fairly new to Bitbucket tools, any information would be helpful.
Thanks in advance.
Hi,
Can a GIT pre-commit hook be used for that? If so, how can that be enabled for Bitbucket cloud?
Thanks
Hi Boris,
A pre-commit hook is a client-side hook, so it can be configured locally on users' computers. Server-side hooks are not supported in Bitbucket Cloud. We have a feature request for a server-side pre-receive hook:
You can read the pinned comment from one of our product managers in this feature request.
Could you please share, what exactly are you looking to monitor with a hook?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Theodora Boudale ,
As part of a security audit, we have been asked about the measures in place to ensure the integrity of our code in Bitbucket Cloud. While there is documentation available for Bitbucket Jira Data Center, I couldn't find documentation outlining the integrity precautions taken for the Cloud version. Below Cloud link mentions about encryption at rest/transit, uptime and access. These are Confidentiality and Availability but not about Integrity.
Can Atlassian update the doc to include integrity related precautions taken for Bitbucket Cloud?
https://confluence.atlassian.com/bbkb/how-secure-is-my-code-is-the-service-reliable-1168845123.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mehmet,
Thank you for reaching out.
You can find measures taken for system and information integrity here:
I will ask my team to update the knowledge base article you shared and include this link.
In addition to that, Bitbucket Cloud offers the options to:
With regards to the document you shared for Bitbucket Data Center, the integrity checks mentioned on this page scan a Bitbucket Data Center instance only for inconsistencies between the database and home directory. Bitbucket Cloud is not the Bitbucket Data Center version on Cloud. It is a different product with different architecture, so these scans are not applicable to Bitbucket Cloud.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hector and welcome to the community!
The tools you mentioned are server tools for monitoring changes in critical system files, directories, registry settings, etc in one's server. Bitbucket Cloud does not provide physical or virtual servers, it hosts Git repositories.
If you are not familiar with version control, Git, and Bitbucket, you can check the tutorials here for an introduction and some more advanced topics:
For a more in-depth understanding of Git, you can also refer to the Git book here:
What kind of configuration changes are you looking to monitor and what do you want to verify the integrity of?
Kind regards,
Theodora
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.