-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
- Indy Tails Server
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels