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

Add germline core proxy config #1176

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

zhx828
Copy link
Member

@zhx828 zhx828 commented Oct 21, 2024

No description provided.

@zhx828 zhx828 requested a review from jfkonecn October 21, 2024 19:14
@@ -27,7 +27,12 @@ public class ApiProxyService {

public URI prepareURI(HttpServletRequest request) throws URISyntaxException {
String queryString = request.getQueryString();
return new URI(applicationProperties.getApiProxyUrl() + request.getRequestURI() + (queryString == null ? "" : "?" + queryString));
String defaultApiProxyUrl = applicationProperties.getApiProxyUrl();
String germlineParam = request.getParameter("germline");
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a way we could make a new base endpoint altogether? I feel like an annoying bug will happen because of this.

@zhx828
Copy link
Member Author

zhx828 commented Oct 21, 2024

Try to add an auth requirement on top.

@zhx828 zhx828 merged commit 29d30b6 into oncokb:feature/germline Oct 22, 2024
3 checks passed
@zhx828 zhx828 deleted the minor-germline-updates branch October 22, 2024 19:24
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