Using conjur-spring-boot-sdk-public with conjur.local

Java integration

Install
# Maven: see https://github.com/sukanti2210/conjur-spring-boot-sdk-public
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
conjur-spring-boot-sdk-public
Java
API
conjur.local
conjur.local
At a glance
Language Java
Endpoints41
Base URLhttp://conjur.local