Examples of using vault proxy and APIs in different languages
$ export language=python
$ docker build -t $language-example $language/
$ docker run -t $language-example
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Write your code and tests
- Ensure all tests still pass (
python setup.py test
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request