From dc57e43e0a7496cd439b691484d86cc629ff7765 Mon Sep 17 00:00:00 2001 From: Dan Armbrust Date: Tue, 11 Jun 2024 22:43:39 -0500 Subject: [PATCH] warn users about https requirement Signed-off-by: Dan Armbrust --- docs/user/access-control/creating-sample-user.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/access-control/creating-sample-user.md b/docs/user/access-control/creating-sample-user.md index 24a0c451b453..9caada349ea7 100644 --- a/docs/user/access-control/creating-sample-user.md +++ b/docs/user/access-control/creating-sample-user.md @@ -83,6 +83,8 @@ Now copy the token and paste it into the `Enter token` field on the login screen Click the `Sign in` button and that's it. You are now logged in as an admin. +**Note** Token login is ONLY allowed when the browser is accessing the UI over https. If your networking path to the UI is via http, the login will fail with an invalid token error. + ![Overview](../../images/overview.png) ## Clean up and next steps