Skip to main content

Chef Authentication protocol support for Python-Requests

Project description

latest Circle CI Coverage Status Requirements Status

Chef auth support for Python-Requests


import requests
import requests_chef

auth = requests_chef.ChefAuth('chef-user', '~/chef-user.pem')
response = requests.get('https://api.chef.io/users/chef-user',
                        headers={'X-Chef-Version': '12.0.2'},
                        auth=auth)
response.json()
...
{'display_name': 'chef-user',
 'email': 'chef-user@example.com',
 'first_name': 'Chef',
 'last_name': 'User',
 'middle_name': '',
 'public_key': '-----BEGIN PUBLIC KEY-----\nMIIBIj...IDAQAB\n-----END PUBLIC KEY-----\n',
 'username': 'chef-user'}

See samstav/okchef first, since thats generally more useful. okchef uses requests-chef to sign and authenticate requests.

Install

This project currently requires a fork of pyca/cryptography due to the following related issues:

Instructions

First, install this fork of cryptography directly from github.

$ pip install git+https://github.com/samstav/cryptography.git@rsa-bypass-hash-on-signer

If you don’t do this first, you’d have to use the (deprecated, scheduled for removal) --process-dependency-links option through pip, since pip no longer respects dependency links by default (as of pip 1.5).

$ pip install --process-dependency-links requests-chef

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requests-chef-0.1.7.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

requests_chef-0.1.7-py2.py3-none-any.whl (8.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file requests-chef-0.1.7.tar.gz.

File metadata

File hashes

Hashes for requests-chef-0.1.7.tar.gz
Algorithm Hash digest
SHA256 9387680a8c99421f711f4f1e434c4ee2e39aec3b63bad85dd9d2c477533973fc
MD5 9a7175e83c308d812f373cdb5c802d92
BLAKE2b-256 e977103d1baca956bb167b541c2abf7520fafc1582206bd5bbfb9dbd60d9fedf

See more details on using hashes here.

File details

Details for the file requests_chef-0.1.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for requests_chef-0.1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 541ddf212539898390fd619100cedd3132e4126261a96a08e80655850c173ce6
MD5 edca1c828fce24b2670f5d8e72f7ae25
BLAKE2b-256 06000a8705f28e59adbacd5b53c23ce496122aa2a0c1d37233d7306e2245f32b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page