Conjur Ruby API
The Conjur Ruby API provides a robust programmatic interface to a Conjur Cloud server from within your Ruby project. Use our Ruby API to authenticate with Conjur Cloud, load policies, fetch secrets, and more. Integration with Conjur Cloud provides a variety of additional benefits including being able to store security policy as code, and automated secret rotation.
Integration
For integration instructions and API descriptions, go to our rubygems.org library and locate the Documentation link in the right column. This takes you to documentation for the latest release.
Here is the Conjur Ruby API GitHub repo.
For Conjur Cloud:
-
User login/authentication are not available for Conjur Cloud. Users can be authenticated using Identity REST APIs or Conjur Cloud CLI only.
-
Functionality for creating a host using host factory is currently blocked.
Tutorials
Check out the Ruby API tutorial for a walkthrough of basic functionality.