aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFlorent Revest <revest@chromium.org>2024-10-02 18:41:41 +0200
committerTaras Madan <tarasmadan@google.com>2024-10-10 07:36:20 +0000
commite4fe0c5d501fb566bb595373babfe41bc67926c8 (patch)
treee199049de8e75718575776465299acf6e5272e3a /docs
parent0278d00484bfe8f49aa9a7ae5ef4c3bc5cc40cd4 (diff)
dashboard: allow multiple allowed authentication domains
In some situations, it could be useful to share access to the dashboard to multiple authentication domains. The current GlobalConfig format doesn't really allow it so this deprecates the existing field and add a new slice of allowed authentication domains.
Diffstat (limited to 'docs')
-rw-r--r--docs/setup_syzbot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup_syzbot.md b/docs/setup_syzbot.md
index b6c05b00b..289ea0e22 100644
--- a/docs/setup_syzbot.md
+++ b/docs/setup_syzbot.md
@@ -247,7 +247,7 @@ func init() {
}
var prodConfig = &GlobalConfig{
AccessLevel: AccessPublic,
- AuthDomain: "@google.com",
+ AuthDomains: []string{"@google.com"},
CoverPath: "https://storage.googleapis.com/syzkaller/cover/",
Clients: map[string]string{
"$CI_HOSTNAME": "$CI_KEY",