we need to introduce some more config for our DDB client to be able to connect to the LocalStack endpoint.
If the LOCALSTACK_ENDPOINT env var is set, the DDB client will connect to that endpoint instead of the AWS prod endpoint.
Paths
| Differential D7258 Authored by varun on Mar 30 2023, 12:32 PM.
Details
Summary we need to introduce some more config for our DDB client to be able to connect to the LocalStack endpoint. If the LOCALSTACK_ENDPOINT env var is set, the DDB client will connect to that endpoint instead of the AWS prod endpoint. Test Plan called GenerateNonce with the env var set, used AWS cli to confirm that the nonce was added to my LocalStack DDB identity-nonces table
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptMar 30 2023, 12:32 PM2023-03-30 12:32:43 (UTC-7) Harbormaster completed remote builds in B17843: Diff 24439.Mar 30 2023, 12:48 PM2023-03-30 12:48:29 (UTC-7) Harbormaster completed remote builds in B17845: Diff 24441.Mar 30 2023, 1:02 PM2023-03-30 13:02:00 (UTC-7) This revision is now accepted and ready to land.Mar 31 2023, 4:17 AM2023-03-31 04:17:04 (UTC-7) Closed by commit rCOMM86ee2981a2e3: [identity] config for LocalStack (authored by varun). · Explain WhyMar 31 2023, 12:21 PM2023-03-31 12:21:15 (UTC-7) This revision was automatically updated to reflect the committed changes. Comment Actions Looks like i got distracted friday
Revision Contents
Diff 24441 scripts/source_development_defaults.sh
services/identity/src/config.rs
services/identity/src/constants.rs
services/identity/src/database.rs
|