File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 9090 - " --otlp-endpoint"
9191 - {{ .Values.telemetry.otlpEndpoint | quote }}
9292 {{- end }}
93+ {{- if .Values.app.tokenAuthOnly }}
94+ - " --token-auth-only"
95+ - " true"
96+ {{- end }}
9397 env :
9498 {{- if .Values.azure.subscriptionId }}
9599 - name : AZURE_SUBSCRIPTION_ID
Original file line number Diff line number Diff line change 2626 logLevel : " info"
2727 # Enable cache for better performance
2828 cache : true
29+ # Enable token-only authentication mode for supported tools
30+ # When enabled, tools like kubectl use Azure AKS RunCommand API with user tokens
31+ # Requires transport to be sse or streamable-http (not compatible with stdio)
32+ tokenAuthOnly : false
2933
3034# Azure authentication configuration
3135azure :
You can’t perform that action at this time.
0 commit comments