obelix74 commented on code in PR #3414: URL: https://github.com/apache/polaris/pull/3414#discussion_r2683597839
########## CHANGELOG.md: ########## @@ -61,6 +61,7 @@ request adding CHANGELOG notes for breaking (!) changes and possibly other secti - Added `topologySpreadConstraints` support in Helm chart. - Added `priorityClassName` support in Helm chart. - Added support for including principal name in subscoped credentials. `INCLUDE_PRINCIPAL_NAME_IN_SUBSCOPED_CREDENTIAL` (default: false) can be used to toggle this feature. If enabled, cached credentials issued to one principal will no longer be available for others. +- Added support for including OpenTelemetry trace IDs in AWS STS session tags. This requires session tags to be enabled via `INCLUDE_SESSION_TAGS_IN_SUBSCOPED_CREDENTIAL` and can be toggled with `INCLUDE_TRACE_ID_IN_SESSION_TAGS` (default: false). Note: enabling trace IDs disables credential caching (each request has a unique trace ID), which may increase STS calls and latency. Review Comment: @dimas-b FYI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
