Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm部署开启认证 #116

Closed
DanielLiangHH opened this issue Feb 28, 2022 · 1 comment · Fixed by #117
Closed

helm部署开启认证 #116

DanielLiangHH opened this issue Feb 28, 2022 · 1 comment · Fixed by #117

Comments

@DanielLiangHH
Copy link

我helm启动需要开启认证,发现nebula-cluster里面nebula-cluster.yaml文件缺少以下配置

spec:
  graphd:
    config: {{ toYaml .Values.nebula.graphd.config | nindent 6 }}

补充后在valus.yaml文件添加 enable_authorize 配置才得以开启认证

nebula:
  graphd:
    config:
      "enable_authorize": "true"
      "auth_type": "password"
@veezhang
Copy link
Contributor

veezhang commented Mar 3, 2022

@DanielLiangHH Good!
Can you help submit a pr?

veezhang added a commit to veezhang/nebula-operator that referenced this issue Mar 7, 2022
@veezhang veezhang mentioned this issue Mar 7, 2022
MegaByte875 pushed a commit that referenced this issue Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants