kiali udpate

This commit is contained in:
root 2024-10-28 01:27:31 +00:00
parent d71408eea1
commit b6b9ad7b0c
4 changed files with 10 additions and 2 deletions

View File

@ -97,7 +97,7 @@ letsEncrypt:
class: "" class: ""
# If you are using certs signed by a private CA set to 'true' and set the 'tls-ca' # If you are using certs signed by a private CA set to 'true' and set the 'tls-ca'
# in the 'rancher-system' namespace. See the README.md for details # in the 'rancher-system' namespace. See the README.md for details
privateCA: true privateCA: true
# http[s] proxy server passed into rancher server. # http[s] proxy server passed into rancher server.
# proxy: http://<username>@<password>:<url>:<port> # proxy: http://<username>@<password>:<url>:<port>

View File

@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: kiali-admin-secret
namespace: istio-system
annotations:
kubernetes.io/service-account.name: kiali
type: kubernetes.io/service-account-token

View File

@ -41,7 +41,7 @@ data:
openid: {} openid: {}
openshift: openshift:
client_id_prefix: kiali client_id_prefix: kiali
strategy: anonymous strategy: token
clustering: clustering:
autodetect_secrets: autodetect_secrets:
enabled: true enabled: true