sagikazarmark / crypt

Store and retrieve encrypted configs from etcd or consul
MIT License
11 stars 15 forks source link

Add NATS as supported backend #142

Closed hooksie1 closed 1 year ago

hooksie1 commented 1 year ago

This adds NATS as a supported backend. Since NATS has native support for storing KV in the bus it would be nice to store app configs there and be able to retrieve them with Viper. The plan is to add support in Viper after acceptance here.

sagikazarmark commented 1 year ago

@hooksie1 thank you for the contribution!

Can you please rebase your PR to resolve the conflicts? Thanks!

hooksie1 commented 1 year ago

@sagikazarmark ok should be good now, thanks!