Replies: 11 comments 5 replies
-
Try Best place to ask these questions are probably in the slack channels |
Beta Was this translation helpful? Give feedback.
-
Hello @ripienaar Thank you for your advice |
Beta Was this translation helpful? Give feedback.
-
The latest Helm Chart specifications are here: https://artifacthub.io/packages/helm/nats/nats I believe your
If you'd like, you can join the NATS Slack and ask Kubernetes related questions in the |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd Thank you for your response! I have not found config and merge option in values.yaml. Can you please guide me where should i need to add the above portion? I am using the below NATS version |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd I am try to installing NATS version 1.1.12 with below user configuration but getting the error (nats-server: /etc/nats-config/nats.conf:3:6: error parsing accounts: unsupported type map[string]interface {})
have referred the URL for the same https://artifacthub.io/packages/helm/nats/nats/1.1.12 Also, I am using the values.yaml Can you please guide me how i can configure user and permission for NATS? Also, I am unable to found node-selector portion in the values.yaml for NATS and nats-box. can you please help me for the same? |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd Thank you for your support. Above section is works for me. Now, I am running the below command to set contexts but getting permission error in nats server info command. nats context add dev-nats --server 10.250.0.71 --description "test dev" --user a --password a --select
nats server info Can you help me how i can assign permission to the user? |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd Thank you for the update. I have added the SYS account but still getting the same error. I have attached screen capture for your reference. Moreover, How i can assign permission to other user(like a and b). I want to create one system user and other developer user. |
Beta Was this translation helpful? Give feedback.
-
Hello @wallyqs I have used the command then run the nats server info command but getting the same issue. Also, How i can assign permission to other user(like a and b). I want to create one system user and other developer user. |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd and @wallyqs Can you please help me to resolve above permission issue? |
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd I have referred your provided document but did not understand how i can add permission block in values.yaml I want to create one system user (which i need provide all access) and other developer user(which i need to assign only publish and subscribe rights on all `topics). `################################################################################ Global options################################################################################ global labels will be applied to all resources deployed by the chartlabels: {} ################################################################################ Common options################################################################################ override name of the chartnameOverride: override full name of the chart+releasefullnameOverride: override the namespace that resources are installed intonamespaceOverride: reference a common CA Certificate or Bundle in all nats config
|
Beta Was this translation helpful? Give feedback.
-
Hello @caleblloyd, Can you please help me to resolve the issue? |
Beta Was this translation helpful? Give feedback.
-
Hello There,
I have installed NATS on GKE cluster using Helm. How we can enable Authorization and authentication?
I have added below auth section in values.yaml file.
auth:
enabled: true
basic:
users:
password: "PpZnPE90b3jkH6C"
password: "enGk0cgZUabM6bN6FXHT"
defaultPermissions:
publish: [">"]
subscribe: [">"]
When I run the below command and getting the error "nats: error: no results received, ensure the account used has system privileges and appropriate permissions"
nats context add dev-nats --server 10.0.0.1 --description "test dev" --user admin --password pass --select
nats server info
Can you please help me to resolve the issue?
Beta Was this translation helpful? Give feedback.
All reactions