Merge pull request #9907 from microsoft/saulparedes/allow_empty_env_vars

genpolicy: allow some empty env vars
This commit is contained in:
Dan Mihai 2024-07-03 08:07:23 -07:00 committed by GitHub
commit ada53744ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -288,8 +288,8 @@
"^$(svc_name)_SERVICE_PORT=$(ip_p)$",
"^$(svc_name)_SERVICE_PORT_$(dns_label)=$(ip_p)$",
"^$(svc_name)_PORT=tcp://$(ipv4_a):$(ip_p)$",
"^AZURE_CLIENT_ID=[A-Fa-f0-9-]+$",
"^AZURE_TENANT_ID=[A-Fa-f0-9-]+$",
"^AZURE_CLIENT_ID=[A-Fa-f0-9-]*$",
"^AZURE_TENANT_ID=[A-Fa-f0-9-]*$",
"^AZURE_FEDERATED_TOKEN_FILE=/var/run/secrets/azure/tokens/azure-identity-token$",
"^AZURE_AUTHORITY_HOST=https://login\\.microsoftonline\\.com/$"
]

File diff suppressed because one or more lines are too long