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

VADC-783 #117

Merged
merged 7 commits into from
Nov 14, 2023
Merged

VADC-783 #117

merged 7 commits into from
Nov 14, 2023

Conversation

tianj7
Copy link
Contributor

@tianj7 tianj7 commented Nov 13, 2023

Jira Ticket: https://ctds-planx.atlassian.net/browse/VADC-783

Bug Fixes

Fix header formatting for user/user http call

header = {"Authorization", request.headers.get("Authorization")}
url = request.base_url._url.rstrip("/") + "/user/user"
header = {"Authorization": request.headers.get("Authorization")}
url = "http://fence-service/user"
Copy link
Contributor

Choose a reason for hiding this comment

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

this is a good default. Let's have a follow-up ticket to make this configurable.

pieterlukasse
pieterlukasse previously approved these changes Nov 14, 2023
@tianj7 tianj7 merged commit 95d0a91 into master Nov 14, 2023
4 checks passed
@tianj7 tianj7 deleted the feat/VADC-783 branch November 14, 2023 18:02
@tianj7 tianj7 restored the feat/VADC-783 branch November 17, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants