Using conjure-sdk with conjur.local

Python integration

Install
pip install conjure-sdk
Quick start
import conjure-sdk

client = conjure_sdk.Client("YOUR_API_KEY")
Basic information about the Conjur Enterprise server
curl \
  -u "$API_USER:$API_PASS" \
  http://conjur.local/info
Health info about conjur
curl \
  -u "$API_USER:$API_PASS" \
  http://conjur.local/health
Provides information about the client making an API request.
curl \
  -u "$API_USER:$API_PASS" \
  http://conjur.local/whoami
SDK on GitHub 📄 API Docs
SDK
conjure-sdk
Python
API
conjur.local
conjur.local
At a glance
Language Python
Endpoints41
Base URLhttp://conjur.local