Commit b6c6090
committed
fix: correct AuthPolicy name in validation script (#658)
The validation script was checking for 'gateway-auth-policy' but the
actual deployed AuthPolicy is named 'gateway-default-auth'. This caused
false 'NotFound' warnings despite the AuthPolicy being correctly
deployed and functional.
Changes:
- Update scripts/validate-deployment.sh line 383 to check for
gateway-default-auth instead of gateway-auth-policy
Fixes #6581 parent 409b0a7 commit b6c6090
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments