Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

conjurinc/conjur-sinatra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conjur::Sinatra

A module to include into Sinatra services. The module makes it easier to:

  • Parse incoming Authorization header into a Conjur token.
  • Provide the service with a host identity, which it can use to perform backend functions.

Installation

Add this line to your application's Gemfile:

gem 'conjur-sinatra'

And then execute:

$ bundle

Or install it yourself as:

$ gem install conjur-sinatra

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 88.7%
  • XML 11.3%