Conjur::Asset::Proxy
Simple HTTP proxy which adds Conjur authentication headers.
Installation
$ conjur plugin install proxy
Usage
$ conjur proxy http://protected-service.example.com
Conjur proxy to http://protected-service.example.com started on http://localhost:32123
Press Ctrl-C to stop.
Contributing
- Fork it ( https://github.com/[my-github-username]/conjur-asset-proxy/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request