conjur.local

This is an API definition for CyberArk Conjur Open Source. You can find out more at Conjur.org.

🔑 basic 41 endpoints security
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

pip install conjure-sdk
npm install conjur-node-sdk
go get github.com/davidh-cyberark/conjur-sdk-go
# Maven: see https://github.com/sukanti2210/conjur-spring-boot-sdk-public
# Maven: see https://github.com/sameershaikahamed/conjur-spring-boot-sdk-master
# Maven: see https://github.com/konfig-sdks/cyber-ark-conjur-java-sdk
# Maven: see https://github.com/cyberark/conjur-sdk-java
# Maven: see https://github.com/cyberark/conjur-spring-boot-sdk
# See https://github.com/shubham1999git/conjur-spring-boot-sdk-master
curl examples
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
Endpoints (41 total)
GET
/info
Basic information about the Conjur Enterprise server
GET
/health
Health info about conjur
GET
/whoami
Provides information about the client making an API request.
GET
/secrets
Fetch multiple secrets
GET
/resources
Lists resources within an organization account.
GET
/authenticators
Details about which authenticators are on the Conjur Server
GET
/resources/{account}
Lists resources within an organization account.
GET
/authn/{account}/login
Gets the API key of a user given the username and password via HTTP Basic Aut…
GET
/remote_health/{remote}
Health info about a given Conjur Enterprise server
GET
/authn-gcp/{account}/status
Details whether an authentication service has been configured properly
GET
/resources/{account}/{kind}
Lists resources of the same kind within an organization account.
GET
/roles/{account}/{kind}/{identifier}
Get role information
At a glance
Total SDKs9
Languages5
Endpoints41
Authbasic
Categories1
http://conjur.local