Skip to content

Commit 84df7c8

Browse files
committed
fix: remove other_user_password from credhub template (no longer generated)
1 parent 60bc5d7 commit 84df7c8

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/build-extension-file.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ database_client_cert: ((/bosh-autoscaler/postgres/postgres_server.certificate))
8989
database_client_key: ((/bosh-autoscaler/postgres/postgres_server.private_key))
9090
9191
cf_admin_password: ((/bosh-autoscaler/cf/cf_admin_password))
92-
other_user_password: ((/bosh-autoscaler/${DEPLOYMENT_NAME}/other_user_password))
9392
EOF
9493

9594
credhub interpolate -f "/tmp/extension-file-secrets.yml.tpl" > /tmp/mtar-secrets.yml

scripts/vars.source.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,3 @@ export CPU_UPPER_THRESHOLD=${CPU_UPPER_THRESHOLD:-100}
131131
debug "CPU_UPPER_THRESHOLD: ${CPU_UPPER_THRESHOLD}"
132132
cpu_upper_threshold=${CPU_UPPER_THRESHOLD}
133133

134-
export CREDHUB_OTHER_USER_PASSWORD_PATH="/bosh-autoscaler/${DEPLOYMENT_NAME}/other_user_password"
135-
debug "CREDHUB_OTHER_USER_PASSWORD_PATH: ${CREDHUB_OTHER_USER_PASSWORD_PATH}"
136-
credhub_other_user_password_path="${CREDHUB_OTHER_USER_PASSWORD_PATH}"
137-

0 commit comments

Comments
 (0)