-
Notifications
You must be signed in to change notification settings - Fork 4
Enh/secrets json encoders #222
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
Codecov ReportBase: 80.76% // Head: 81.20% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #222 +/- ##
==========================================
+ Coverage 80.76% 81.20% +0.44%
==========================================
Files 39 41 +2
Lines 1102 1128 +26
==========================================
+ Hits 890 916 +26
Misses 212 212
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
An initial review. As discussed in the meeting, there are some things I need to test locally and then I'll come back with a full review :)
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
…SBL/oteapi-core into enh/secrets-json-encoders
Co-authored-by: Casper Welzel Andersen <[email protected]>
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.
Truly minor suggested changes and a comment/question.
Great work here!
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
Co-authored-by: Casper Welzel Andersen <[email protected]>
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.
Majestic. Please squash+merge at will with a nice commit message :)
Description:
Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.
@CasperWA, please see the new
SecretConfig
and the related encoding in the pydanticConfig
, which allows the optional exposing of secrets when it needs to be serialized, e.g. for the RedisCache in ote-services.