Skip to content

Commit 3f3bed1

Browse files
authored
Fix Console login test (#1067)
1 parent 62f5754 commit 3f3bed1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/console/images/overview.png

-17.2 KB
Loading

tests/console-login/docker-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ services:
7272
schemaRegistry:
7373
enabled: true
7474
urls: ["http://redpanda-0:8081"]
75-
impersonateUser: true
75+
authentication:
76+
impersonateUser: true
7677
redpanda:
7778
adminApi:
7879
enabled: true
@@ -81,7 +82,7 @@ services:
8182
basic:
8283
username: superuser
8384
password: secretpassword
84-
impersonateUser: false
85+
impersonateUser: false
8586
console:
8687
# Configures Redpanda Console to fetch topic documentation from GitHub and display it in the UI.
8788
# See https://docs.redpanda.com/current/console/config/topic-documentation/

0 commit comments

Comments
 (0)