You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I understand that #1046 is the better solution, making the remoteConfigFactory interface public would allow getting configuration values from a different source.
A maintainer will take a look at your issue shortly. 👀
In the meantime: We are working on Viper v2 and we would love to hear your thoughts about what you like or don't like about Viper, so we can improve or fix those issues.
📣 If you've already given us your feedback, you can still help by spreading the news,
either by sharing the above link or telling people about this on Twitter:
While I understand that #1046 is the better solution, making the remoteConfigFactory interface public would allow getting configuration values from a different source.
In particular, I would like to implement a way to read values from Google Cloud Secret Manager.
By making this interface public it would be possible to simply do something like:
And set the factory from user code:
The text was updated successfully, but these errors were encountered: