Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NGrok setup for local use with indy tails server #51

Open
loneil opened this issue Feb 17, 2024 · 1 comment
Open

NGrok setup for local use with indy tails server #51

loneil opened this issue Feb 17, 2024 · 1 comment
Assignees

Comments

@loneil
Copy link
Contributor

loneil commented Feb 17, 2024

Using the startup instructions in:
https://github.com/hyperledger/aries-endorser-service?tab=readme-ov-file#running-locally

won't really work as-is any more as Indy Tails Server needs the ngrok auth token as well. And if you use the same auth token in the 2 contexts

  1. Indy Tails Server
  2. Endorser Service

You will get the issue about simultaneous ngrok agent sessions

from docker-ngrok-endorser-agent container:
2024-02-16 16:16:45 ERROR:  authentication failed: Your account is limited to 1 simultaneous ngrok agent session.
2024-02-16 16:16:45 ERROR:  You can run multiple tunnels on a single agent session using a configuration file.
2024-02-16 16:16:45 ERROR:  To learn more, see https://ngrok.com/docs/secure-tunnels/ngrok-agent/reference/config/
2024-02-16 16:16:45 ERROR:  
2024-02-16 16:16:45 ERROR:  Active ngrok agent sessions in region 'us-cal-1':
2024-02-16 16:16:45 ERROR:    - ts_2cTI2njhg4tmt7Qe1cltNsx3kxT (23.16.82.223)
2024-02-16 16:16:45 ERROR:  
2024-02-16 16:16:45 ERROR:  ERR_NGROK_108
2024-02-16 16:16:45 ERROR:

Not sure if we could adjust to have one environment that shares it, or at least need to adjust documentation.

@loneil
Copy link
Contributor Author

loneil commented Feb 27, 2024

cc @WadeBarnes regarding NGrok alternative requirements.

@esune esune self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants