A small utility class for using Kerberos authentication with Python requests
Project description
krtc
This is a very small utility class for using Kerberos authentication with Python requests.
Installation
$ pip install lcls-krtc
$ conda install -c conda-forge krtc
Usage example
To use this when making calls to a web service:
import requests
from krtc import KerberosTicket
from urllib.parse import urlparse
ws_url = "https://ws.slac.stanford.edu/ws/getData.json"
krbheaders = KerberosTicket("HTTP@" + urlparse(ws_url).hostname).getAuthHeaders()
r = requests.get(ws_url, headers=krbheaders)
print(r.json())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lcls-krtc-0.3.0.tar.gz
(14.2 kB
view hashes)
Built Distribution
Close
Hashes for lcls_krtc-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d5b5d3b34ad25e187b2aaf2e67937b38aacc52de03e34659de8d609766dc6ca |
|
MD5 | 322055a0f8614b3b10d9a7992cde82c1 |
|
BLAKE2b-256 | efcf963af318921ba4e57c7aef69275cc63ad75210644edcb3abac88d2e272c5 |