mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Enroll Node API doesn't return a cluster name (#74514)
During implementation we discovered that the clusters should not necessarily have a unique name and thus we don't need to convey this information in the response of the Enroll Node API.
This commit is contained in:
parent
49ca629b62
commit
74932503a6
8 changed files with 23 additions and 57 deletions
|
@ -37,8 +37,7 @@ for the HTTP layer, as a Base64 encoded string of the ASN.1 DER encoding of the
|
|||
encoded string of the ASN.1 DER encoding of the key.
|
||||
<4> The certificate that the node can use for TLS for its transport layer, as a Base64
|
||||
encoded string of the ASN.1 DER encoding of the certificate.
|
||||
<5> The name of the cluster the new node is joining
|
||||
<6> A list of transport addresses in the form of `host:port` for the nodes that are already
|
||||
<5> A list of transport addresses in the form of `host:port` for the nodes that are already
|
||||
members of the cluster.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue