We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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启动需要开启认证,发现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"
The text was updated successfully, but these errors were encountered:
@DanielLiangHH Good! Can you help submit a pr?
Sorry, something went wrong.
fix vesoft-inc#116
9025691
fix #116 (#117)
e3152fd
Successfully merging a pull request may close this issue.
我helm启动需要开启认证,发现nebula-cluster里面nebula-cluster.yaml文件缺少以下配置
补充后在valus.yaml文件添加 enable_authorize 配置才得以开启认证
The text was updated successfully, but these errors were encountered: