istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/addons/values-kiali.yaml (about) 1 # We set up anonymous authentication as this is for demos. 2 auth: 3 strategy: anonymous 4 deployment: 5 pod_labels: 6 sidecar.istio.io/inject: "false" 7 accessible_namespaces: 8 - '**' 9 ingress_enabled: false 10 login_token: 11 signing_key: CHANGEME00000000 12 external_services: 13 # Kiali will not start up without tracing service. We don't want to require it. 14 tracing: 15 enabled: false