Reference Guide
...
Secrets
Application Token

Application Triggers

6min

Another way to have client applications work with dynamically changed passwords is by restarting the client apps with the new passwords after an account password has been changed. Application Triggers are defined for this purpose. When defined, the Password Vault connects to the server running the client apps and restarts the apps with the new password. To define Application Triggers:

  1. Navigate to Secrets > Application Management.
  2. Open the Application Triggers tab.
  3. Click on to Add Button.
  4. Select the Vault account used to trigger a restart after the account password change.
  5. Select the Configuration.
  6. Select the target type as either Single Device or Bulk.
  7. Select a device if you selected Single Device target type, or select the Device Group and the Element Type if Bulk target type is selected and click Save.
Application Triggers
Application Triggers


When an account password changes and an Application Trigger is set off, a Trigger Processes record is created for each matching device, associated with the relevant Application Trigger definitions.

To search for these process records, use the Trigger Processes tab:

  1. Navigate to Secrets> Application Management.
  2. Open the Trigger Processes tab.
  3. Select the desired Process.
  4. Click to Continue.
Trigger Processes
Trigger Processes


The initial status of this process is Waiting. To trigger this process at a specific time, the AapmTriggerProcessJob job must be defined in the Jobs Scheduler:

  1. Navigate Administration > Jobs Scheduler.
  2. Open the Trigger List tab.
  3. Select AapmTriggerProcessJob as the Job.
  4. Fill in the Trigger Name and Cron Expression fields.
  5. To enable the job, select Enabled for the Active field and click Save.
Saving an Trigger Processes Job
Saving an Trigger Processes Job


Regardless of how many Triggers are set, running only one Trigger Process Job is enough to run all triggers.

To define the AAPM Strategy:

  1. Navigate to Secrets>Configuration.
  2. Open the Configuration tab.
  3. Click the Options button to Show Properties.
  4. Define the properties.

Samba Strategy:

Parameter Name

Parameter Value

ldap.username.dn.template

Active Directory User

WinRM Strategy:

In the App Configuration, the following parameters can be defined by selecting the Windows WinRM Service. The default values are listed below.

Parameter Name

Parameter Value

winrm.port

5986

winrm.secure

true

winrm.ignore.certificate

true

winrm.auth.method

NTLM

WinRM Strategy
WinRM Strategy


WebLogic Strategy:

The values of the following properties can be specified in the Properties pop-up window on the App Configuration screen:

Parameter Name

Parameter Value

weblogic.admin.url

${deviceURL} or ${deviceIp}

weblogic.admin.port

If $ {devicePort} is written for weblogic.admin.port, the information of the device defined by the sapm side is used.

weblogic.admin.username

User information connecting to Weblogic.

weblogic.admin.password

User password connected to Weblogic.

weblogic.datasource.name

Driver JDBC Connector.

WebLogic Strategy
WebLogic Strategy