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

Updated ngrok configuration #410

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

esune
Copy link
Member

@esune esune commented Jan 29, 2024

Resolves #402

This PR updates the ngrok configuration to use a single container and therefore requiring only one authtoken to be provided.

To do so, a lot of the complexity in the manage script was removed, in particular options to run in multi-tenant mode have been removed since they made the script very complicated to maintain. It is still possible to run the service using a Traction agent, but this is not supported in the demo now.

Lastly, a tweak to the stale PR criteria was added to NOT mark as stale PRs that deal with dependency updates.

@esune esune requested review from WadeBarnes, loneil and Jsyro January 29, 2024 19:22
Copy link
Contributor

@Jsyro Jsyro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simplifying the demo seems like a good idea. as long as there is some way to tests the controller config that depends on if it's a single-tenant or multi-tenant acapy.

@esune
Copy link
Member Author

esune commented Jan 30, 2024

Simplifying the demo seems like a good idea. as long as there is some way to tests the controller config that depends on if it's a single-tenant or multi-tenant acapy.

Unit tests or manual configuration are still supported, however it was just too complicated to maintain and most use-cases will likely run a read-only agent. That being said, vc-authn can still be ocnfigured to use a Traction tenant, and I believe unit-tests cover that bit too (will check and log issues if necessary).

@esune esune merged commit 4895e5d into openwallet-foundation:main Jan 30, 2024
5 checks passed
@esune esune deleted the feat/ngrok-upgrades branch January 30, 2024 01:48
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

Successfully merging this pull request may close these issues.

ngrok now requires a free account and authtoken
2 participants