-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
We need to cover more scenarios including:
- calls with
ingressFiltering
set to false - calls with
ingressFiltering
set to true - calls for internal GA (controlled by license parameter)
- calls for external GA (controlled by license parameter)
Expected outcome:
Plan supports ingress filtering | GA | ingress filtering parameter | outcome |
---|---|---|---|
* | * | not present | 202 - accepted |
no | * | true or false | 400 - ingress filtering option is not available |
yes | internal | true or false | 202 - accepted |
yes | external | false | 202 - accepted |
yes | external | true | 400 - ingress filtering option is not available |
Metadata
Metadata
Assignees
Labels
No labels