This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Policy] Allow map variables for policy key #5114
Labels
proposal
An issue that proposes a feature request
Is your feature request related to a problem? Please describe.
Actually, it's not possible to use map on key of policy, if we used nginx CRDs. It's ok if we declare manually this on http-snippets, we cannot re-use it on VirtualServerRoute easily.
Describe the solution you'd like
We would like to be able to use a map as a key variable like ${map_(mapName)}
Describe alternatives you've considered
Manual declaration, without CRDs usage.
Additional context
https://github.com/nginxinc/kubernetes-ingress/blob/v3.4.2/pkg/apis/configuration/validation/policy.go#L479
The text was updated successfully, but these errors were encountered: