Skip to content

Commit f62d1cb

Browse files
committed
fix
1 parent dcd3744 commit f62d1cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci-operator/config/openshift/verification-tests/openshift-verification-tests-master__installation-nightly-4.18.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ tests:
128128
dependencies:
129129
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
130130
env:
131+
AWS_INSTALL_USE_MINIMAL_PERMISSIONS: "yes"
131132
BASE_DOMAIN: qe.devcluster.openshift.com
132133
COMPUTE_NODE_TYPE: m6g.xlarge
133134
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge

ci-operator/step-registry/ipi/conf/aws/user-min-permissions/ipi-conf-aws-user-min-permissions-commands.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@ EOF
335335

336336
mkdir -p ${dir}
337337

338+
echo "install-config.yaml"
339+
echo "-------------------"
340+
cat ${SHARED_DIR}/install-config.yaml | grep -vi "password\|username\|pullSecret\|auth"
341+
338342
# Make a copy of the install-config.yaml since the installer will consume it.
339343
cp "${SHARED_DIR}/install-config.yaml" ${dir}/
340344

0 commit comments

Comments
 (0)