Commit 5235dd6
Update remote function serialization/deserialization logic to use asymmetric keys for data verification checks (#5708)
* Revert "Bug fix for hmac key for V3 (#5379)"
This reverts commit fb0d789.
* Revert "Add sagemaker dependency for remote function by default V3 (#5487)"
This reverts commit 422b35f.
* fix: use asymmetric keys to sign remote function signature
* chore: migrate remote_function integ tests from V2
* fix: rename signing key
---------
Co-authored-by: Namrata Madan <nmmadan@amazon.com>1 parent 6558d01 commit 5235dd6
File tree
41 files changed
+2652
-2564
lines changed- requirements/extras
- sagemaker-core
- src/sagemaker/core/remote_function
- core
- tests
- data/remote_function
- workdir
- data
- module
- test
- integ
- remote_function
- helpers
- nested_helper
- unit/remote_function
- runtime_environment
- sagemaker-mlops
- src/sagemaker/mlops/workflow
- tests/unit/workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2652
-2564
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | 372 | | |
374 | 373 | | |
375 | 374 | | |
| |||
406 | 405 | | |
407 | 406 | | |
408 | 407 | | |
409 | | - | |
410 | 408 | | |
411 | 409 | | |
412 | 410 | | |
| |||
1008 | 1006 | | |
1009 | 1007 | | |
1010 | 1008 | | |
1011 | | - | |
1012 | 1009 | | |
1013 | 1010 | | |
1014 | 1011 | | |
| |||
1020 | 1017 | | |
1021 | 1018 | | |
1022 | 1019 | | |
1023 | | - | |
1024 | 1020 | | |
1025 | 1021 | | |
1026 | 1022 | | |
| |||
1110 | 1106 | | |
1111 | 1107 | | |
1112 | 1108 | | |
1113 | | - | |
1114 | 1109 | | |
1115 | 1110 | | |
1116 | 1111 | | |
| |||
1119 | 1114 | | |
1120 | 1115 | | |
1121 | 1116 | | |
1122 | | - | |
1123 | 1117 | | |
1124 | 1118 | | |
1125 | 1119 | | |
| |||
0 commit comments