I wanted to disable the CSRF token validation in UI. I am using the helm deployment process. Can anyone suggest to me what needs to be done?
web:
enabled: true
image:
repository: registry.dev.co.in/dockerhub/temporalio/ui
tag: 2.15.0
pullPolicy: IfNotPresent
ingress:
enabled: true
className: “alb”
annotations:
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/healthcheck-path: “/”
alb.ingress.kubernetes.io/healthcheck-interval-seconds: “10”
alb.ingress.kubernetes.io/group.name: “internal”
external-dns.alpha.kubernetes.io/hostname: “temporal-web.dev.local”
hosts:
- “temporal-web.dev.local”
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi