From 341a4cc12c37271d580326dfe63674dbe765bf19 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 4 Jul 2026 16:00:34 +0200 Subject: [PATCH] autocommit --- helm/kiali/templates/kiali-cr-token.yaml | 17 +++++++++++++++++ helm/kiali/values.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 helm/kiali/templates/kiali-cr-token.yaml diff --git a/helm/kiali/templates/kiali-cr-token.yaml b/helm/kiali/templates/kiali-cr-token.yaml new file mode 100644 index 0000000..1430bb2 --- /dev/null +++ b/helm/kiali/templates/kiali-cr-token.yaml @@ -0,0 +1,17 @@ +apiVersion: kiali.io/v1alpha1 +kind: Kiali +metadata: + name: kiali + namespace: istio-system +spec: + auth: + strategy: "token" + deployment: + cluster_wide_access: false + discovery_selectors: + default: + - matchLabels: + kubernetes.io/metadata.name: bookinfo + view_only_mode: false + server: + web_root: "/kiali" diff --git a/helm/kiali/values.yaml b/helm/kiali/values.yaml index c9f9b03..e5d1523 100644 --- a/helm/kiali/values.yaml +++ b/helm/kiali/values.yaml @@ -3,4 +3,4 @@ cr: namespace: istio-system spec: auth: - strategy: anonymous \ No newline at end of file + strategy: token \ No newline at end of file