Link Search Menu Expand Document

Mixed Delegate Resolver

The Mixed Delegate Resolver combines the Delegate Resolver for the Username / Password and the Generic KV Resolver for the other fields (private key, passphrase…)

For example, to resolve the SSH Private Key credential, we can define :

  • ad/<credential_id> : resolve the Username/Password using the AD resolver (with its configuration)
  • kv/<credential_id>: resolve the Username/Password using the Generic KV resolver (with its configuration)
  • <credential_id>: resolve the credential using the Generic KV resolver (with a ssh_private_key configuration, type=ssh_private_key) The Private Key/Passphrase are always resolved using the Generic KV resolver (with a ssh_private_key configuration, type=ssh_private_key)

Back to top

Last updated 2020-12-29

Copyright © 2020 JFLA Consulting