DEVPROD-3865 Fixing e2e tests: enabled basic auth in BB#1101
Closed
amierzwicki wants to merge 1 commit intomainfrom
Closed
DEVPROD-3865 Fixing e2e tests: enabled basic auth in BB#1101amierzwicki wants to merge 1 commit intomainfrom
amierzwicki wants to merge 1 commit intomainfrom
Conversation
pbhardwaj6
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable Basic Auth for Bitbucket 10.x e2e tests
Bitbucket 10.x disables Basic Authentication by default via the atlassian-authentication plugin. This causes all e2e REST API calls to fail with 403 "Basic Authentication has been disabled on this instance.".
Add -Dcom.atlassian.plugins.authentication.basic.auth.filter.force.allow=true to the Bitbucket e2e test JVM args — the same flag Bitbucket's own functional tests use (func-test/kubernetes/pom.xml).
Verified locally:
Rovo Dev code review: Rovo Dev couldn't review this pull request
Upgrade to Rovo Dev Standard to continue using code review.