security: add tenant allowlist and WAF canary proof

This commit is contained in:
Andrew Stoltz
2026-06-18 16:21:08 -05:00
parent bd050c3d9b
commit 9cef99739a
5 changed files with 90 additions and 8 deletions

View File

@@ -24,12 +24,15 @@
},
"type": "RollingUpdate"
},
"template": {
"metadata": {
"labels": {
"app": "andrew-web"
}
},
"template": {
"metadata": {
"annotations": {
"flowercore.io/config-revision": "whc4-lamp-allowlist-20260618"
},
"labels": {
"app": "andrew-web"
}
},
"spec": {
"containers": [
{