Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@cicoyle
Copy link
Contributor

@cicoyle cicoyle commented Apr 4, 2025

Added baggage support through both context propagation (aligning with OpenTelemetry) & header propagation (maintaining consistency with Dapr's existing tracing headers). For security, context and header baggage are strictly separated and never merged between domains. HTTP header baggage maintains URL encoding (e.g., %20 for spaces, %2F for slashes) to ensure safe transmission of special characters in HTTP headers, while context baggage uses decoded values as per OpenTelemetry's conventions. Clean up some consts along the way. Needs this http binding components contrib PR for the http binding IT test..
docs PR for this work
Relates to this issue

cicoyle added 9 commits April 4, 2025 12:32
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@olitomlinson
Copy link
Contributor

Someone at Kubecon was asking me if baggage was supported. I said no, and to raise a feature request for it. Great timing 👍

@cicoyle cicoyle marked this pull request as ready for review April 7, 2025 16:38
@cicoyle cicoyle requested review from a team as code owners April 7, 2025 16:38
@cicoyle cicoyle self-assigned this Apr 7, 2025
@cicoyle
Copy link
Contributor Author

cicoyle commented Apr 7, 2025

I have on a TODO to do documentation updates, that wont be forgotten :)

-- edited: docs are done. see PR here

Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle
Copy link
Contributor Author

cicoyle commented Apr 10, 2025

Ill fix CI

@cicoyle cicoyle marked this pull request as draft April 21, 2025 00:36
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle marked this pull request as ready for review April 21, 2025 02:31
cicoyle added 2 commits April 23, 2025 09:27
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle requested a review from JoshVanL April 23, 2025 14:30
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle
Copy link
Contributor Author

cicoyle commented Apr 24, 2025

Will fix lint - this PR is ready for review still! Its not related to the baggage logic

cicoyle added 5 commits April 24, 2025 10:08
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
cicoyle added 6 commits May 6, 2025 15:47
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
@cicoyle cicoyle requested a review from JoshVanL May 6, 2025 22:50
Copy link
Contributor

@JoshVanL JoshVanL left a comment

Choose a reason for hiding this comment

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

Thank you for splitting them out @cicoyle.

It's super clear what is being tests now and much better for test organization.

@JoshVanL JoshVanL merged commit 314c8bc into dapr:master May 20, 2025
56 of 58 checks passed
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.

4 participants