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:
Ioannis Kakavas 2021-06-24 11:27:04 +03:00 committed by GitHub
parent 49ca629b62
commit 74932503a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 57 deletions

View file

@ -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.