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

Fix broken authentication flow #95

Merged
merged 3 commits into from
Oct 8, 2020

Conversation

esune
Copy link
Member

@esune esune commented Oct 8, 2020

Removed unused dependencies and services registered at startup.

Fixed broken authentication flow: the base url was being set incorrectly, resulting in a non-resolvable address in the QR code.

Tested in demo mode and it REALLY works this time 😅

@esune esune requested a review from WadeBarnes October 8, 2020 15:48
@esune esune marked this pull request as draft October 8, 2020 16:17
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
@esune esune changed the title Project Cleanup Fix broken authentication flow Oct 8, 2020
@@ -178,7 +178,7 @@ configureEnvironment() {
# controller
export IDENTITY_SERVER_URL="${IDENTITY_SERVER_URL:-http://localhost:5000}"
export IDENTITY_SERVER_API_KEY="controller-api-key"
export IDENTITY_SERVER_WEB_HOOK_URL=${IDENTITY_SERVER_URL}
export IDENTITY_SERVER_WEB_HOOK_URL=${IDENTITY_SERVER_WEB_HOOK_URL:-http://$DOCKERHOST:5000}
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the url used buy the agent to deliver webhooks, so it has to be on the internal docker network.

@esune esune marked this pull request as ready for review October 8, 2020 18:43
@WadeBarnes WadeBarnes merged commit df2df3e into bcgov:master Oct 8, 2020
@esune esune deleted the feature/dotnet3-upgrade branch March 16, 2023 17:04
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.

2 participants