Module: ChefPlugin::Authentication
- Defined in:
- lib/smart_proxy_chef_plugin/authentication.rb
Defined Under Namespace
Modules: InstanceMethods
Instance Method Summary collapse
Instance Method Details
#authenticate_with_chef_signature ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/smart_proxy_chef_plugin/authentication.rb', line 8 def authenticate_with_chef_signature helpers ConnectionHelper, InstanceMethods, ::Proxy::Helpers before do authenticate_chef_signature(request) end end |