Skip to content

Commit ab96b49

Browse files
Adding the agent gateway prefix. A node ID is required when creating a quota client, add the prefix here (#1186)
1 parent c9065bd commit ab96b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/guid/id.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const (
5959
CloudAgentVersionPrefix = "CAV_"
6060
CloudAgentSecretPrefix = "CAS_"
6161
CloudAgentWorkerPrefix = "CAW_"
62+
AgentGatewayPrefix = "GW_"
6263
)
6364

6465
var guidGeneratorPool = sync.Pool{

0 commit comments

Comments
 (0)