gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Enrich policy input

Open mostafa opened this issue 4 months ago • 0 comments

From act/registry.go:182:

// TODO: Policy should be able to receive other parameters like server and client IPs, etc.

This can be achieved by adding those parameters to the signal.Metadata or by adding a new field to the sdkAct.Input struct and passing it to the policy.

mostafa avatar Mar 01 '24 23:03 mostafa