AttributeMutation
Defined in: src/core/protocol.ts:249
Set a cross-policy attribute.
Downstream policies see this value in PolicyInput.attributes. In ext_proc, this maps to Envoy dynamic metadata.
Properties
Section titled “Properties”key:
string
Defined in: src/core/protocol.ts:252
Attribute key. Use namespaced keys (e.g. "auth.user_id") to avoid collisions.
type:
"attribute"
Defined in: src/core/protocol.ts:250
value:
unknown
Defined in: src/core/protocol.ts:254
Attribute value.