Open
Description
I recently implemented service accounts and it works great for standard NATS communication on the nats-cluster, however, the NatsStreamingCluster isn't making use of the Service Accounts setup, do I have to manually define what credentials it uses? And if so, where would I put this in the Kubernetes YAML config?
apiVersion: "streaming.nats.io/v1alpha1"
kind: "NatsStreamingCluster"
metadata:
name: "stan-cluster"
spec:
natsSvc: "nats-cluster"
..... (rest of config is irrelevant and relates to persistent storage)
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels