Module Mixlib::Authentication::SignedHeaderAuth
In: lib/mixlib/authentication/signedheaderauth.rb

Methods

Constants

SIGNING_DESCRIPTION = 'version=1.0'

Public Class methods

Public Instance methods

Takes HTTP request method & headers and creates a canonical form to create the signature

Parameters

Build the canonicalized request based on the method, other headers, etc. compute the signature from the request, using the looked-up user secret

Parameters

private_key<OpenSSL::PKey::RSA>:user‘s RSA private key.

[Validate]