You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gateway.gateways and leafnodes.remotes are both lists that support a tls block
Also, a server might not need to be listening on the leafnodes port in order to have a leafnodes.remote block. The same may be true of a gateway. If this is the case, these should probably be keys under config such as config.leafnodeRemotes and config.gatewayRemotes so that the Leafnodes/Gateways Servers can be managed separately from Clients
The text was updated successfully, but these errors were encountered:
Any updates on this?
We are currently running into trouble configuring the remotes for the leafnodes when it comes to the cluster credentials.
Having dedicated keys would greatly help, e.g. mounting the credentials file from a secret is (AFAIK) currently not possible.
Alternatively this could be solved using generic extraVolume/extraVolumeMounts pattern.
If you feel this is something that could be done, I can create a dedicated ticket and potentially provide input
gateway.gateways
andleafnodes.remotes
are both lists that support atls
blockAlso, a server might not need to be listening on the
leafnodes
port in order to have aleafnodes.remote
block. The same may be true of a gateway. If this is the case, these should probably be keys underconfig
such asconfig.leafnodeRemotes
andconfig.gatewayRemotes
so that the Leafnodes/Gateways Servers can be managed separately from ClientsThe text was updated successfully, but these errors were encountered: