-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update manage script to automate set-up #219
Update manage script to automate set-up #219
Conversation
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
768c884
to
2099ff1
Compare
…n multi-tenant mode. Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
I am still trying to upgrade the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When using the 'multi-tenant' option, I ran into two issues. See comments.
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
…bility Signed-off-by: Emiliano Suñé <[email protected]>
It looks like there is an issue with the newer |
Signed-off-by: Emiliano Suñé <[email protected]>
Added some tweaks that should make quality of life better when restarting the project while keeping the same settings, and refreshing ngrok endpoints if necessary. If this gets us close enough to where we want to be I'd lean towards merging/closing and logging more specific issues about what needs tweaking as we find out. |
Signed-off-by: Emiliano Suñé <[email protected]>
40840b6
to
b383d71
Compare
Signed-off-by: Emiliano Suñé <[email protected]>
Signed-off-by: Emiliano Suñé <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great changes, still some minor exceptions I need for my development environment, but this should work for everyone else.
The
manage
script has updated to automate the steps to start-upvc-authn
in various modes:Both
curl
andjq
are being executed in a docker container, removing the dependency for separate binaries on the path.Ngrok containers have been moved to a separate compose project file: they need to be started before all of the other services in order to retrieve the public URLs and use set environment variables using their values.
I have not been able to test whether this works with
traction
or not as I cannot start the project in its current state - @Jsyro please let me know if you can run the code and it works.Resolves #210