apisix-helm-chart
apisix-helm-chart copied to clipboard
missing oidc block in dashboard configMap
I plan to enable OIDC to authenticate to allow users to sign-in apisix-dashboard. According to the config doc(https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L70-L75), admins can add a config block to enable 'oidc', however, I find in the apisix-dashboard configMap Helm template, it does not containe the 'oidc' block(see below image). Therefore, my config in Helm values would not work.
Can you help to add this in the template?