ygqygq2 / nacos-helm

A kubernetes helm chart for nacos.
GNU General Public License v3.0
18 stars 14 forks source link

helm deploying nacos v2.2.3 container version, unable to set permission authentication #23

Closed sl-kerbos closed 11 months ago

sl-kerbos commented 11 months ago

Even though I've set up extraEnvVars and referenced docker.io's advice I can't turn on privilege authentication successfully! Some of the parameters are listed below: extraEnvVars:

ygqygq2 commented 11 months ago

This document explains nacos auth, https://nacos.io/en/docs/v2/guide/user/auth/ ,

  - name: NACOS_AUTH_ENABLE
    value: "true"
  - name: NACOS_AUTH_TOKEN
    value: "SecretKey012345678901234567890123456789012345678901234567890123456789"
  - name: NACOS_AUTH_IDENTITY_KEY
    value: "example"
  - name: NACOS_AUTH_IDENTITY_VALUE
    value: "example"

I will update the chart version first.