Registry / auth / conjur-api

conjur-api

JSON →
library6.1.0rbrubygemsunverified

Ruby client for the Conjur API, providing secure secrets management and access control.

gem install conjur-api
INSTALL
IMPORT
SIG · CONJUR-API
C
conjur-api
authrubyv6.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Conjur
require 'conjur-api'

Initialize Conjur API client and list resources

require 'conjur-api' Conjur.configuration.appliance_url = 'https://conjur.example.com' Conjur.configuration.account = 'myaccount' api = Conjur::API.new_from_key('admin', 'api_key') api.resources
Debug
Known issues
breakingBreaking changes in v6.0.0: authentication flow changed
fix
Use Conjur::API.new_from_key instead of deprecated login methods
affects: >= 6.0.0
Upgrade
Version history
6.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Bingbot
1
Resources
conjur-api — gem install conjur-api · libregistry