Skip to content

mjameer/PAM-Java-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2

Environment:

Java 21, Spring Boot 3.2.4, httpclient5.x

Exploring the Code:

We have two main components in our application: PAMWebClientConfig and ConnectPAMWebClient.

PAMWebClientConfig:

This class is responsible for setting up WebClient with SSL to communicate securely with CyberArk Vault. We load the SSL certificate from the keystore and configure WebClient accordingly.

ConnectPAMWebClient:

This class acts as a gateway for interacting with the CyberArk Vault. It utilizes WebClient to make a request to the CyberArk Vault URL and fetch the credentials.

Releases

No releases published

Packages

No packages published

Languages