Skip to content

Commit a1a354b

Browse files
cYKatherineRelease Workflow
andauthored
UID2-5741 aks cce failure (#1906)
* Add debugging message * Remove allow_environment_variable_dropping flip * [CI Pipeline] Released Snapshot version: 5.56.40-alpha-257-SNAPSHOT --------- Co-authored-by: Release Workflow <[email protected]>
1 parent a52e030 commit a1a354b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.56.39</version>
9+
<version>5.56.40-alpha-257-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

scripts/azure-aks/deployment/generate-deployment-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ if [[ $? -ne 0 ]]; then
9191
fi
9292

9393
sed --in-place \
94-
-e "s#allow_environment_variable_dropping := true#allow_environment_variable_dropping := false#g" \
9594
-e 's#{"pattern":"DEPLOYMENT_ENVIRONMENT=DEPLOYMENT_ENVIRONMENT_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"DEPLOYMENT_ENVIRONMENT=.+","required":false,"strategy":"re2"}#g' \
9695
-e 's#{"pattern":"VAULT_NAME=VAULT_NAME_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"VAULT_NAME=.+","required":false,"strategy":"re2"}#g' \
9796
-e 's#{"pattern":"OPERATOR_KEY_SECRET_NAME=OPERATOR_KEY_SECRET_NAME_PLACEHOLDER","required":false,"strategy":"string"}#{"pattern":"OPERATOR_KEY_SECRET_NAME=.+","required":false,"strategy":"re2"}#g' \
@@ -100,6 +99,7 @@ if [[ $? -ne 0 ]]; then
10099
echo "Failed to replace placeholders in policy file"
101100
exit 1
102101
fi
102+
cat ${INPUT_DIR}/generated.rego
103103

104104
base64 -w0 < ${INPUT_DIR}/generated.rego > ${INPUT_DIR}/generated.rego.base64
105105
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)