infinnitum
05/29/2024, 3:46 PMinit (https://github.com/medplum/medplum/blob/main/packages/cli/src/aws/init.ts) --> I think it's going to be hard to automate
1.B. update-config (https://github.com/medplum/medplum/blob/main/packages/cli/src/aws/update-config.ts) --> I made a PR to fix this one (https://github.com/medplum/medplum/issues/4600), but I don't know how to continue after creating the issue and my fork.
2. Thinking about the init script, we have a couple of questions:
2.A. Why is the signing key created in this script instead of being part of the CDK?
2.B. If a valid config json is created by hand, could we skip running it and call update-config instead?
Thanks in advancerahul1
06/03/2024, 5:41 PMrahul1
06/03/2024, 5:44 PMinit on CI/CD? Are you spinning up a fresh test cluster on every commit?
If so, you can configure a valid medplum.config.json + upload all the relevant keys. The init command is just a convenience for generating this for yourahul1
06/03/2024, 5:45 PMinfinnitum
06/03/2024, 5:47 PMinfinnitum
06/03/2024, 5:52 PMinfinnitum
06/03/2024, 5:55 PMinit command then, thanks for the input.