Skip to content

DEVPROD-3865 Fixing e2e tests: enabled basic auth in BB#1101

Closed
amierzwicki wants to merge 1 commit intomainfrom
issue/DEVPROD-3865-e2e-tests-enable-basic-auth-in-bb
Closed

DEVPROD-3865 Fixing e2e tests: enabled basic auth in BB#1101
amierzwicki wants to merge 1 commit intomainfrom
issue/DEVPROD-3865-e2e-tests-enable-basic-auth-in-bb

Conversation

@amierzwicki
Copy link
Copy Markdown
Collaborator

@amierzwicki amierzwicki commented Apr 1, 2026

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:

  • Without flag: 403 "Basic Authentication has been disabled on this instance." (matches CI failure)
  • With flag: 401 "Authentication failed" (Basic Auth accepted, credentials validated)

Rovo Dev code review: Rovo Dev couldn't review this pull request
Upgrade to Rovo Dev Standard to continue using code review.

@amierzwicki amierzwicki closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants