Skip to content

Commit

Permalink
[patch] Remove verify mongo instance secret in gitops (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea authored and andrefgj committed Aug 12, 2024
1 parent b247852 commit a5499a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image/cli/mascli/functions/gitops_suite
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ function gitops_suite() {


export MONGO_INSTANCE_SECRET_FILE=$TEMP_DIR/mongo-instance-secret.json
sm_verify_secret_exists ${ACCOUNT_ID}${SECRETS_KEY_SEPERATOR}${CLUSTER_ID}${SECRETS_KEY_SEPERATOR}${MAS_INSTANCE_ID}${SECRETS_KEY_SEPERATOR}mongo
sm_get_secret_file ${ACCOUNT_ID}${SECRETS_KEY_SEPERATOR}${CLUSTER_ID}${SECRETS_KEY_SEPERATOR}${MAS_INSTANCE_ID}${SECRETS_KEY_SEPERATOR}mongo $MONGO_INSTANCE_SECRET_FILE
INSTANCE_MONGO_USERNAME=$(jq -r .username $MONGO_INSTANCE_SECRET_FILE)
INSTANCE_MONGO_PASSWORD=$(jq -r .password $MONGO_INSTANCE_SECRET_FILE)
Expand Down

0 comments on commit a5499a6

Please sign in to comment.