Open davis-haba opened 2 years ago
With the new Expansion feature in https://github.com/open-policy-agent/gatekeeper/pull/2062, we are deserializing the request object in the validation webhook twice:
We should somehow pass the deserialized object down the chain such that it does not have to be deserialized again when matched.
Original comment thread: https://github.com/open-policy-agent/gatekeeper/pull/2062#discussion_r930513806
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
With the new Expansion feature in https://github.com/open-policy-agent/gatekeeper/pull/2062, we are deserializing the request object in the validation webhook twice:
We should somehow pass the deserialized object down the chain such that it does not have to be deserialized again when matched.
Original comment thread: https://github.com/open-policy-agent/gatekeeper/pull/2062#discussion_r930513806