Skip to content

Commit

Permalink
Remove base64 hint in kiali-cabundle ConfigMap example (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
steadyk authored Feb 19, 2024
1 parent 0953379 commit 42d28a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Configuration/authentication/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ metadata:
name: kiali-cabundle
namespace: istio-system # This is Kiali's install namespace
data:
openid-server-ca.crt: <the public component of your CA root certificate encoded in base64>
openid-server-ca.crt: <the public component of your CA root certificate>
```

After restarting the Kiali pod, Kiali will trust this root certificate for all
Expand Down

0 comments on commit 42d28a7

Please sign in to comment.