Hi Everyone, was wondering if there is a way to in...
# general
q
Hi Everyone, was wondering if there is a way to inject or use a different Configuration provider instead of default implementation of reading from the stack's yaml file? eg. Custom API, Databse, JSON file, Azure App Configuration or other 3rd party tools that allow you to store a key value pair with required attributes like Pulumi project, stack etc.
b
because you have the full language at your disposal, you can do anything you want by importing an SDK 🙂
q
🙂 Yes, was wondering if I can just implement a provider and continue to use the Config helper API itself without the need to rewrite the stacks and add custom code into it.
Basically another implementation of Config.get and set methods, which would perform the operation against the custom config source.
b
not yet, but that’s a good feature request!
q
Thanks for the reply. Let me explore futher.
b
q
wow.. that was fast.. Thanks..