python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
265 stars 45 forks source link

Support Vault #182

Open avara1986 opened 3 years ago

avara1986 commented 3 years ago

Create a service like metrics or requests to support vault Vault https://www.vaultproject.io/

How-to:

Challenge: Try to pass the configuration from configuration file to VAULT initialization, in example


pyms:
  services:
    vault:
      [host/url]: "[localhost|192.168....]"