Skip to content

Commit

Permalink
Merge pull request #496 from guardian/sg-jh/running-locally-tunnel-in…
Browse files Browse the repository at this point in the history
…structions

Add README instructions to connect to Path Manager via tunnel
  • Loading branch information
samanthagottlieb authored Sep 7, 2023
2 parents fadea3b + f7cfbf6 commit 419ab09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ Tag Manager also makes requests to CAPI preview. This means you will also need C
If you are working on the commercial tag functionality and need to be able to upload logos you will also need AWS credentials for
the frontend aws account available as an AWS profile named "frontend". This can also be obtained via janus.

If you want to integrate with [Path Manager](https://github.com/guardian/path-manager), e.g. to create tags, you'll need to
create a tunnel from your local server (localhost 6000) to the Path Manager load balancer. This can be done using this command:
```
ssm ssh -x -t tag-manager,CODE -p composer --tunnel 6000:<internal-path-manager-url>:80
```
The internal path manager DNS name can be found in EC2 load balancers in AWS.

Run `./scripts/start.sh` to start the full app.

Client Side Development
Expand Down

0 comments on commit 419ab09

Please sign in to comment.