Skip to content

imecimore/requests-f5auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requests-F5Auth

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

About

F5 Authentication using Python Requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages