Registry / auth / mixlib-authentication

mixlib-authentication

JSON →
library3.0.10rbrubygemsunverified

Mixes in simple per-request authentication for HTTP requests.

gem install mixlib-authentication
INSTALL
IMPORT
SIG · MIXLIB-AUTHENTICAT
M
mixlib-authentication
authrubyv3.0.10
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.

Mixlib::Authentication
require 'mixlib-authentication'

Sign an HTTP request with a client key.

require 'mixlib-authentication' # Typically used in Chef or similar: signer = Mixlib::Authentication::SignedHeaderAuth.signing_object(http_method: 'GET', path: '/nodes', body: '') headers = signer.sign(client_key: OpenSSL::PKey::RSA.new(File.read('client.pem')))
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.10latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
mixlib-authentication — gem install mixlib-authentication · libregistry