Closed nodlesh closed 10 months ago
I'm working on an issue I just found when running this with the @MobileTests tag meant for running these tests with a device in hand.
Updated the md. Also fixed the mobile backchannel build which was failing when I went to test this. Bumped the backchannel to the same Python version/image as the ACA-Py backchannel.
This PR refactors ngrok support in AATH. As of Dec 26 2023, AATH stopped working with ngrok because of the enforcement of an AuthToken to start ngrok services. Users that need to use ngrok support in AATH will need to acquire, either free or paid for, an AuthToken from ngrok.
At this point forward, if you are using the
-n
option on the manage script, you will also have to set anNGROK_AUTHTOKEN
environment variable. This can be done like this for example;Behavioural changes in this PR are as follows:
Closes #757