Skip to content

Commit 100c16a

Browse files
Merge pull request #13668 from rabbitmq/mergify/bp/v4.0.x/pr-13666
Use relative path for the path linked to the cookie (backport #13664) (backport #13666)
2 parents 85cb9fd + aed3219 commit 100c16a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

deps/rabbitmq_management/include/rabbit_mgmt.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
-define(MANAGEMENT_DEFAULT_HTTP_MAX_BODY_SIZE, 20000000).
1616

1717
-define(OAUTH2_ACCESS_TOKEN_COOKIE_NAME, <<"access_token">>).
18-
-define(OAUTH2_ACCESS_TOKEN_COOKIE_PATH, <<"/js/oidc-oauth/bootstrap.js">>).
18+
-define(OAUTH2_ACCESS_TOKEN_COOKIE_PATH, <<"js/oidc-oauth/bootstrap.js">>).

selenium/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"chromedriver": "^132.0",
15+
"chromedriver": "^134.0",
1616
"ejs": "^3.1.8",
1717
"express": "^4.18.2",
1818
"geckodriver": "^3.0.2",

selenium/short-suite-management-ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
authnz-mgt/basic-auth.sh
22
authnz-mgt/oauth-with-keycloak.sh
3+
authnz-mgt/basic-auth-with-mgt-prefix.sh
4+
authnz-mgt/oauth-with-uaa.sh
5+
authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
36
mgt/vhosts.sh
47
mgt/exchanges.sh
58
mgt/limits.sh

0 commit comments

Comments
 (0)