Skip to content

Commit

Permalink
Merge pull request #401 from tapis-project/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
mpackard authored Sep 17, 2024
2 parents b50054c + bd9b476 commit b124b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/admin/templates/docker/util/parse_skexport
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ with open(infile, 'r') as lines:
output_dict[key] = skexport_value
if key == 'MONGO_INITDB_ROOT_PASSWORD':
output_dict["MONGO_URI"] = f"mongodb://restheart:{skexport_value}@restheart-mongo:27017/?authSource=admin"
if "public_key" in key or "private_key" in key or "privatekey" in key:
if "public_key" in key or "private_key" in key or "privatekey" in key:
if args.verbose:
print(f'Key {key} is a signing token. Need to make sure its quoted')
output_dict[key] = f'"{skexport_value}"'
Expand Down

0 comments on commit b124b2e

Please sign in to comment.