The Credential module provides a streamlined solution for storing and managing authentication credentials for databases, remote machines, and application servers. Organizations dealing with multiple databases or APIs often face repetitive credential entry, raising concerns about security and password exposure.
To address these concerns, the Credentials module serves as a centralized repository within a bridge, specifically designed for storing authentication data like usernames and passwords. This ensures that when a task is executed through the bridge, the required credentials can be easily accessed and utilized from the Credential module without any manual effort or intervention.
Below are the encrypted sensitive details for specific Credential types:
API Key Credential Type - Token is encrypted.
JDBC Credential Type - Password is encrypted.
SSH Credential Type - Password is encrypted.
PowerShell Credential Type - Password is encrypted.
AD Credential Type - Password is encrypted.
An API key is a unique code used to identify the application or user making an API request. Based on the scope defined while generating an API Key, it grants access to APIs for data retrieval, updates, or specific actions. API credentials created here can be utilized in Bridge, Circuit, API LookUp fields, and Webhooks. The details required to create API Key credential are:
Token: The token generated in the service where the API request is intended to be sent. It's included as a header or parameter in the API request to identify and authorize the requester.
Header: Name of the HTTP header that carries the API token or other authentication information. Common header names for API tokens include:
Authorization
API-Key
Bearer
Parameter: Names of the query parameters or request body parameters used to pass the API token during an API request.
JDBC credentials provide access to a database connection. When connecting to a database using JDBC, you need to provide a username and password associated with the database account that has the necessary permissions for required database operations. JDBC Credentials created here can be used in Bridge, Circuit, and DB LookUp fields. The below details are required to create a JDBC credential.
Username/Password: The username and password associated with the database account you want to use.
In Qntrl, a Connection, can be created and used in Deluge integration tasks or custom functions, to enable users to interact with their chosen service. Connection is based on OAuth 2.0 and acts as a way of login to a service. This type of credential can store the details of a connection, to facilitate the execution of webhooks of any application.
Currently, OAuth 2.0 credentials can be saved and used in only Qntrl cloud, exclusively in Webhooks and cannot be used in Bridge agent. The details required to create OAuth 2.0 credential is given below.
OAuth Connection: Input the Connection Link Name of the Connections.
SSH credentials are used to connect UNIX and Linux devices securely and execute commands over the Secure Shell (SSH) protocol. SSH Credentials created here are used in Bridge and Circuit. The below details are required to create a SSH credential.
Username/Password: The username and password of the machine where the shell script is intended to be executed.
These credentials are used for authenticating and accessing resources within an Active Directory (AD) environment. AD Credentials created here are used in Bridge and Circuit.
User DN: Distinguished Name of the Active Directory.
Password: Password of the Active Directory.
Click the settings gear icon at the left pane.
Navigate to Advanced >> Bridge, then select Credentials.
Click the New Credential button.
To update the details of an existing credential:
Navigate to(settings) >> Advanced >> Bridge, then select Credentials.
Select the credential you want to edit by clicking on its name.
In the opened credential page, make modifications and click Save.
To delete an existing credential:
Navigate to(settings) >> Advanced >> Bridge >> select Credentials.
Hover over the name of the credential you want to delete, click the action menu, and select Delete.
Confirm your delete action.
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.