File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1316,9 +1316,9 @@ func (c *UniverseRpcCourier) ensureConnect(ctx context.Context) error {
13161316 c .mboxClient = mboxrpc .NewMailboxClient (conn )
13171317 c .rawConn = conn
13181318
1319- // Make sure we initiate the connection. The GetInfo RPC method is in
1320- // the base macaroon white list, so it doesn't require any
1321- // authentication, independent of the universe's configuration .
1319+ // Ensure the connection is established by calling the `Info` RPC
1320+ // endpoint. This endpoint does not require authentication when the
1321+ // universe server is configured to act as a proof courier .
13221322 _ , err = c .client .Info (ctx , & unirpc.InfoRequest {})
13231323 if err != nil {
13241324 // If we fail to connect, we'll close the connection and return
You can’t perform that action at this time.
0 commit comments