Skip to content

Examples of using vault proxy and APIs in different languages

Notifications You must be signed in to change notification settings

vgs-samples/vgs-proxy-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vault-examples

Examples of using vault proxy and APIs in different languages

CircleCI

To run for your language

$ export language=python
$ docker build -t $language-example $language/ 
$ docker run -t $language-example

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write your code and tests
  4. Ensure all tests still pass (python setup.py test)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new pull request