Link Search Menu Expand Document

Generic KV Resolver

The Generic KV resolver is called by default when no other resolver can be found.

It overrides the following values :

Property Default value
vault.secret.<type>.basepath secret/data

It supports by default the following credential types (provided by ServiceNow) :

  • snmp
  • kv
  • snmpv3

By example, to resolve the snmp credentials stored into the KV Secret Engine, the following properties can be defined :

vault.secret.snmp.basepath=secret/data/discovery/snmp
vault.secret.snmp.password=ro-community

And the password (community for SNMP) will be stored into the ro-community field.


Back to top

Last updated 2020-12-29

Copyright © 2020 JFLA Consulting