-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
genpolicy: allow contrast env vars for coordinator
- Loading branch information
1 parent
131b5d8
commit 7eb5e5d
Showing
4 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
packages/by-name/microsoft/genpolicy/genpolicy_msft_settings_coordinator.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/genpolicy-settings.json b/genpolicy-settings.json | ||
index 7d35862a..4eacc7cd 100644 | ||
--- a/genpolicy-settings.json | ||
+++ b/genpolicy-settings.json | ||
@@ -307,7 +307,8 @@ | ||
"^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/$" | ||
+ "^AZURE_AUTHORITY_HOST=https://login\\.microsoftonline\\.com/$", | ||
+ "^CONTRAST_[A-Z_]*=.*$" | ||
] | ||
}, | ||
"CopyFileRequest": [ | ||
@@ -322,4 +323,4 @@ | ||
"UpdateEphemeralMountsRequest": false, | ||
"WriteStreamRequest": false | ||
} | ||
-} | ||
\ No newline at end of file | ||
+} |
14 changes: 12 additions & 2 deletions
14
packages/by-name/microsoft/genpolicy/genpolicy_msft_settings_dev.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters