CA PAM (Privileged Access Manager) Vault

It's easy to store your passwords and other sensitive information using your CA PAM (Privileged Access Manager) solution and use them for authentication.

 

 

 

 

Using variables in the vault device name or device host

You can use one or more variables when defining the device name or device host in order to match several targets that use the same naming convention. During the scan, we'll match the variables to hosts that are already defined in the vault.

Example

Let's say you have these 4 devices in CA PAM:

centos6-10-50-60-70.foo.bar
host40-10-20-30-40
host80-10-50-60-70
host12-10-30-10-12

You’ll need to create 2 records with the following configuration.

Record 1: ${dnshost} (matches centos6-10-50-60-70.foo.bar)

Record 2: ${host}-${ip_dash} (matches host40-10-20-30-40, host80-10-50-60-70, host12-10-30-10-12)