We want to make sure that all the relevant existing user data is moved over before we begin double-writing user data to DynamoDB.
The script to handle moving this data will be a subcommand of the Identity service, because that lets us re-use some of the DynamoDB client code.
Details
Details
cargo run in the identity service directory displays the new subcommand
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- mysqltoddb
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
services/identity/.gitignore | ||
---|---|---|
1 ↗ | (On Diff #17669) | hm yeah you're right. i'm not sure why it was still showing up in the untracked files section for me... in any case, I think it makes sense to move secrets and target to an identity-specific .gitignore. i'll dedupe |