Skip to main content

F5 REST Authentication support for Requests.

Project description

This project provides F5 Authentication support for BIG-IQ and BIG-IP using Requests.

The workflow

F5’s BIG-IQ and BIG-IP use token based authentication. While the implementation differs on each, requests_f5auth hides most of the differences.

Accessing protected resources using requests_f5auth is as simple as:

>>> from requests_f5auth import F5Auth
    >>> f5auth = F5Auth(username, password)
    >>> resp = requests.get(url='https://10.10.10.10/mgmt/shared/echo', auth=f5auth)

Installation

To install requests and requests_oauthlib you can use pip:

$ pip install requests requests_f5auth

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-f5auth-0.1.2.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file requests-f5auth-0.1.2.tar.gz.

File metadata

File hashes

Hashes for requests-f5auth-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b7c86af41ffef4209b3677e0143a1d3f71394f898a2a8489954be395ba231aa6
MD5 007761af6a95c9c9a752f0a4fafe95ec
BLAKE2b-256 d20d242f25e3b80937834346a66098b38d8279ea719188a2c04f36c937ea5e33

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