mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Address PR comments.
This commit is contained in:
parent
1e394da400
commit
4e140c98bc
@ -486,7 +486,9 @@ func (s *Server) validatePeeringLocality(token *structs.PeeringToken) error {
|
|||||||
return fmt.Errorf("failed to fetch TLS materials: %w", err)
|
return fmt.Errorf("failed to fetch TLS materials: %w", err)
|
||||||
}
|
}
|
||||||
if serverName == token.ServerName {
|
if serverName == token.ServerName {
|
||||||
return fmt.Errorf("cannot create a peering within the same cluster %q", serverName)
|
return fmt.Errorf(
|
||||||
|
"cannot create a peering within the same cluster %q. Refer to the `exported-services` documentation if you want to export between partitions without peering",
|
||||||
|
serverName)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user