We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5754 commit 3f3bed1Copy full SHA for 3f3bed1
modules/console/images/overview.png
-17.2 KB
tests/console-login/docker-compose.yml
@@ -72,7 +72,8 @@ services:
72
schemaRegistry:
73
enabled: true
74
urls: ["http://redpanda-0:8081"]
75
- impersonateUser: true
+ authentication:
76
+ impersonateUser: true
77
redpanda:
78
adminApi:
79
@@ -81,7 +82,7 @@ services:
81
82
basic:
83
username: superuser
84
password: secretpassword
- impersonateUser: false
85
+ impersonateUser: false
86
console:
87
# Configures Redpanda Console to fetch topic documentation from GitHub and display it in the UI.
88
# See https://docs.redpanda.com/current/console/config/topic-documentation/
0 commit comments