Commit 84ebd2d
committed
fix(feature-processor): Add clarifying comment for legacy env var and explicit cryptography dep
Add comment explaining REMOTE_FUNCTION_SECRET_KEY is a legacy misnomer —
the value is an ECDSA public key for signature verification, not a secret.
Add cryptography>=46.0.0 as explicit dependency in sagemaker-mlops.
---
X-AI-Prompt: resolve CR comment about misleading REMOTE_FUNCTION_SECRET_KEY naming and missing cryptography dependency
X-AI-Tool: kiro1 parent 11dd57e commit 84ebd2d
2 files changed
Lines changed: 3 additions & 0 deletions
File tree
- sagemaker-mlops
- src/sagemaker/mlops/feature_store/feature_processor
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
| 874 | + | |
| 875 | + | |
874 | 876 | | |
875 | 877 | | |
876 | 878 | | |
| |||
0 commit comments