And myConfigString doesn't contain the correct key and secret. Instead
it contains the strings for key and secret. The only way around this
I've found is to copy the contents of the .default() like this,
Any custom preprocessors will run after the replacement one.
What you're doing is the way to define it.
Or add the replacement one again after the AwsSecretsManagerPreprocessor
With the line,
I've observed that the AwsSecretsManagerPreprocessor would run after the replacement preprocessor. However, my config looks like,
And myConfigString doesn't contain the correct key and secret. Instead it contains the strings for key and secret. The only way around this I've found is to copy the contents of the
.default()
like this,This doesn't seem quite right. Is there a better way?