Skip to content

Commit

Permalink
docs(auth): clarify "Bearer token" terminology (#11714)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
(cherry picked from commit 5c264c0)
  • Loading branch information
agilgur5 committed May 4, 2024
1 parent 1ab1d8c commit 7e71471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You may not have configured Argo Server authentication correctly.

If you want SSO, try running with `--auth-mode=sso`.
If you're using `--auth-mode=client`, make sure you have `Bearer` in front of the token, as mentioned in [Access Token](access-token.md#token-creation).
If you're using `--auth-mode=client`, make sure you have `Bearer` in front of the ServiceAccount Secret, as mentioned in [Access Token](access-token.md#token-creation).

[Learn more about the Argo Server set-up](argo-server.md)

Expand Down

0 comments on commit 7e71471

Please sign in to comment.