https://pulumi.com logo
Title
q

quaint-furniture-91662

03/27/2023, 7:26 PM
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

billowy-army-68599

03/27/2023, 7:27 PM
because you have the full language at your disposal, you can do anything you want by importing an SDK 🙂
q

quaint-furniture-91662

03/27/2023, 7:28 PM
🙂 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

billowy-army-68599

03/27/2023, 7:30 PM
not yet, but that’s a good feature request!
q

quaint-furniture-91662

03/27/2023, 7:30 PM
Thanks for the reply. Let me explore futher.
b

billowy-army-68599

03/27/2023, 7:32 PM
q

quaint-furniture-91662

03/27/2023, 7:33 PM
wow.. that was fast.. Thanks..