-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello
Currently, ajc supports only basic auth with creds and the context based auth. Both have limitations deploying on kubernetes.
- For context based auth, you can't easily create a custom context on kubernetes. Thus this method is unfavorable in production
- Basic auth works, but relies on user and password, which need to be specified in a helm chart. However,
basicauth is NOT recommended in production and API uses an obsolete style:
nc, err := nats.Connect(cfg.Endpoint, nats.UserInfo(cfg.User, cfg.Pass), nats.UseOldRequestStyle())How about implementing nkey based auth as per docs 🤔
Metadata
Metadata
Assignees
Labels
No labels