Make a Langfuse trace worth opening: question, answer, session, no probe noise
This commit is contained in:
@@ -14,6 +14,13 @@ stringData:
|
||||
aws-access-key-id: {{ .Values.aws.staticCredentials.accessKeyId | quote }}
|
||||
aws-secret-access-key: {{ .Values.aws.staticCredentials.secretAccessKey | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.secret.langfusePublicKey }}
|
||||
{{/* Both keys or neither: a public key without its secret authenticates
|
||||
nothing, and ai-service already treats a partial config as "not
|
||||
configured" (see rag/telemetry.py's _langfuse_exporters). */}}
|
||||
langfuse-public-key: {{ .Values.secret.langfusePublicKey | quote }}
|
||||
langfuse-secret-key: {{ required "secret.langfuseSecretKey is required when secret.langfusePublicKey is set" .Values.secret.langfuseSecretKey | quote }}
|
||||
{{- end }}
|
||||
{{- if or .Values.authService.enabled .Values.apiGateway.enabled }}
|
||||
{{/* Required (not defaulted) once either service is turned on — same
|
||||
fail-closed posture as the image-tag guard above: a guessable or empty
|
||||
|
||||
Reference in New Issue
Block a user