Skip to main content

Easily Integrate
CyberArk's Conjur API using Konfig's TypeScript SDK

Need a TypeScript SDK for CyberArk's Conjur API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { CyberArkConjur } from 'cyber-ark-conjur-typescript-sdk';
const cyberArkConjur = new CyberArkConjur({
/*
* Basic authentication with Conjur username and password (users only)
* or API key (hosts and users).
*
*/
username: "USERNAME",
password: "PASSWORD",
// Conjur access token in `Token token=<base64_encoded_token>` format.
conjurAuth: "AUTHORIZATION",
/*
* Conjur Kubernetes authenticator mutual TLS authentication.
* To authenticate using this method, you must provide a trusted client
* certificate
*
*/
})

Then, send your first request

We made it really easy.

index.ts

// Gets the API key of a user given the username and password
via HTTP Basic Authentication.
const getUserApiKeyResponse = cyberArkConjur.authentication.getUserApiKey({
account: "default"
})

Enjoy a buttery smooth developer experience with 41 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

CyberArk

About CyberArk

CyberArk is the global leader in Identity Security. Centered on privileged access management, CyberArk provides the most comprehensive security offering for any identity – human or machine – across business applications, distributed workforces, hybrid cloud workloads and throughout the DevOps lifecycle. The world's leading organizations trust CyberArk to help secure their most critical assets. For over a decade CyberArk has led the market in securing enterprises against cyber attacks that take cover behind insider privileges and attack critical enterprise assets. Today, only CyberArk is delivering a new category of targeted security solutions that help leaders stop reacting to cyber threats and get ahead of them, preventing attack escalation before irreparable business harm is done. At a time when auditors and regulators are recognizing that privileged accounts are the fast track for cyber attacks and demanding stronger protection, CyberArk's security solutions master high-stakes compliance and audit requirements while arming businesses to protect what matters most. With offices and authorized partners worldwide, CyberArk is a vital security partner to more than 6,770 global businesses, including: More than 50% of the Fortune 500 More than 35% of the Global 2000 CyberArk has offices in the U.S, Israel, U.K., Singapore, Australia, France, Germany, Italy, Japan, Netherlands and Turkey.

Keywords

security
identity_and_access_management
cybersecurity
information_security
privileged_account_security
advanced_threat_protection
insider_threat_protection
privileged_identity_management
privileged_session_management
ssh_key_management
highly_sensitive_information_management
information_security_software
devops_security
devsecops
identity_security
privileged_access_management

Start integrating CyberArk's Conjur API with Konfig