-
Notifications
You must be signed in to change notification settings - Fork 2
feat(sdk): expose SRT signer #329
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
Conversation
Signed-off-by: strantalis <strantalis@virtru.com>
cshamrick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request introduces a valuable feature by allowing a custom SRT (Signed Request Token) signer to be provided to the SDK. The implementation is well-structured, introducing a new SrtSigner interface and a default implementation, and integrating it cleanly into the SDKBuilder and KASClient. The changes also include comprehensive tests for the new functionality.
My review includes a few suggestions to enhance the API design by using more specific exception types, which will improve code clarity and robustness, and a recommendation for improving test code quality. Overall, this is a solid contribution.
X-Test Results✅ go-v0.4.34 |
Signed-off-by: strantalis <strantalis@virtru.com>
|
X-Test Results✅ go-v0.4.34 |
|
/backport |
|
Backport failed for |
|
/backport |
Signed-off-by: strantalis <strantalis@virtru.com> (cherry picked from commit f93d332)
|
Successfully created backport PR for |
Signed-off-by: strantalis <strantalis@virtru.com> (cherry picked from commit f93d332)


No description provided.