- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for LoadServiceAccount (0.29 sec)
-
cmd/peer-rest-client.go
peerRESTUser: accessKey, peerRESTUserTemp: strconv.FormatBool(temp), })) return err } // LoadServiceAccount - reload a specific service account. func (client *peerRESTClient) LoadServiceAccount(ctx context.Context, accessKey string) (err error) { _, err = loadSvcActRPC.Call(ctx, client.gridConn(), grid.NewMSSWith(map[string]string{ peerRESTUser: accessKey, }))
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 26.1K bytes - Viewed (0) -
cmd/notification.go
return errPeerNotReachable } return client.DeleteServiceAccount(ctx, accessKey) }, idx, *client.host) } return ng.Wait() } // LoadServiceAccount - reloads a specific service account across all peers func (sys *NotificationSys) LoadServiceAccount(ctx context.Context, accessKey string) []NotificationPeerErr { ng := WithNPeers(len(sys.peerClients)).WithRetries(1) for idx, client := range sys.peerClients {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.9K bytes - Viewed (0)