Managing APIs in Password Manager Pro42 minutes to read
For applications and scripts in your infrastructure that communicate with other applications using a password, you no longer have to hard-code the password in a configuration file or a script. They can securely query Password Manager Pro to retrieve the password whenever they need, so that administrators are free to apply good practices like periodic rotation to such passwords as well, without worrying about having to update them manually in many places. At the end of this document you will have learnt the following:
1. Prerequisites to Configure the APIsThe following are the important points to be assured before configuring and using the APIs, from version 6.2:
2. Workflow of the Steps involved in API ManagementThe following diagram illustrates the summary of steps involved in API management in Password Manager Pro: 3. Initial Configurations to Create API Users in Password Manager ProThis is the first step in the process to configure and use password management APIs for Application-to-Application Password Management. As mentioned above, user accounts have to be created in Password Manager Pro to those who will use only the password management API. Every API user account should be attached to a single endpoint (server or desktop from where the API is used, so the user accounts are uniquely identified - for example, as user@hostname) To create an API user account:
4. Types of APIs SupportedPassword Manager Pro provides three API flavors:
The XML-RPC and SSH CLI use PKI authentication for allowing access to the Password Manager Pro application through the API. The XML-RPC API also comes with a Java Wrapper API to make it easy for integrating it with Java applications. 5. Command Line Interface (CLI) for Scripts Over Secure Shell (SSH)
| |