stream-node-orm icon indicating copy to clipboard operation
stream-node-orm copied to clipboard

Support Async Configuration for Managed Secrets

Open jmagner opened this issue 4 years ago • 0 comments

When using hosted managed secrets (ie. Google Secret Manager), it is impossible to pass async configuration into the automatically instantiated version of FeedManager. This can be achieved with the feedManagerFactory, however module.exports.FeedManager is still created, and will fail without getstream.js configuration present.

jmagner avatar Jul 12 '21 18:07 jmagner