Skip to content

Commit

Permalink
pre-update for site creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 16, 2024
1 parent 9f2bc1c commit 12bc0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please see [here](./UserTags.md) for formatting information.
- [X] LabID - Each XC lab has a unique GUID. This is passed into the tool to determine what resources and permissions should be provisioned.
- [X] SQS_q - This is the SQS queue the Orijen provisioning tool is watching.
- [X] SQS_r - This is the SQS region.
- [X] XC - This is used to identify the instance running the tool. It's value should be "true".
- [X] XC - This is used to identify the instance running the tool. It's value should be "runner".

## Project Orijen

Expand Down
2 changes: 1 addition & 1 deletion base/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def query_metadata(metadata_base_url: str) -> dict|None:
Retrieve AWS secret, AWS key, SQS URL, Lab GUID, deployer, deploy ID, and region.
"""
deployment_url = f"{metadata_base_url}/deployment"
user_tags_url = f"{metadata_base_url}/userTags/name/XC/value/true"
user_tags_url = f"{metadata_base_url}/userTags/name/XC/value/runner"
cloud_accounts_url = f"{metadata_base_url}/cloudAccounts"
deployment = fetch_metadata(deployment_url)
if deployment is None:
Expand Down

0 comments on commit 12bc0c6

Please sign in to comment.