Testing scripts for istio deniers to reproduce issues in the Kyma
- Create an istio denier
- Label the deployment "secure=true"
- Make a curl to app expecting 403 returned based on created denier
- Delete the "secure=true" label form the app
- Make a curl to the app and expect 200 status code
- Delete the denier
- kubectl apply -f ./deployment.yaml
- kubectl apply -f ./tester.yaml