Skip to content

Commit

Permalink
Improve Install via Helm. (Add description about auth.strategy)
Browse files Browse the repository at this point in the history
Co-authored-by: John Mazzitelli <mazz@redhat.com>
  • Loading branch information
chickenchickenlove and jmazzitelli authored Mar 19, 2024
1 parent f40d262 commit 746bba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cr.namespace=istio-system` flags instructs to create a Kiali CR in the
the Kiali operator starts, it will process it to deploy Kiali. After Kiali has started,
you can access Kiali UI through 'http://localhost:20001' by executing
`kubectl port-forward service/kiali -n istio-system 20001:20001`
because of `--set cr.auth.strategy="anonymous"`.
because of `--set cr.auth.strategy="anonymous"`. But realize that anonymous mode will allow anyone to be able to see and use Kiali. If you wish to require users to authenticate themselves by logging into Kiali, use one of the other [auth strategies](/configuration/authentication/).

The Kiali Operator Helm Chart is configurable. Check available options and default values by running:

Expand Down

0 comments on commit 746bba5

Please sign in to comment.