Currently, when we load the secret values from Secrets Manager, we just use the system default region. This is ok as a MVP, but we can do better. I think that two features would be valuable here: - [ ] Attempt to auto-detect the region from the secret ID. We can do this if the secret ID is an ARN. - [ ] Allow definition of a region in the config.
Currently, when we load the secret values from Secrets Manager, we just use the system default region. This is ok as a MVP, but we can do better.
I think that two features would be valuable here: