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

Propagate http headers through federated queries #6851

Merged

Conversation

MihaiIliescu
Copy link
Contributor

Description

Propagate http headers through federated queries

Related Issue(s)

Fixes #5700

Testing

Manual testing has been done

Signed-off-by: Iliescu Cristian-Mihai <cristianmihaiiliescu@gmail.com>
Signed-off-by: Iliescu Cristian-Mihai <cristianmihaiiliescu@gmail.com>
Signed-off-by: Iliescu Cristian-Mihai <cristianmihaiiliescu@gmail.com>
…_queries' into propagate_hhtp_headers_federated_queries

ResponseEntity<T> responseEntity = restTemplate.exchange(urlTemplate, HttpMethod.GET, request, returnClass);
ResponseEntity<T> responseEntity = restTemplate.exchange(urlTemplate, HttpMethod.GET, request, returnClass);

Check failure

Code scanning / CodeQL

Log Injection

This user-provided value flows to a [log entry](1).

ResponseEntity<T> responseEntity = restTemplate.exchange(urlTemplate, HttpMethod.GET, request, returnClass, params);
ResponseEntity<T> responseEntity = restTemplate.exchange(urlTemplate, HttpMethod.GET, request, returnClass, params);

Check failure

Code scanning / CodeQL

Log Injection

This user-provided value flows to a [log entry](1). This user-provided value flows to a [log entry](2). This user-provided value flows to a [log entry](3). This user-provided value flows to a [log entry](4). This user-provided value flows to a [log entry](5). This user-provided value flows to a [log entry](6).
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.

[Enhancement] User request HTTP header access from SecurityConnector
2 participants