Is there a way to access a cached database table from the config file, without using a
function from a module?
Example - Lookup ip_addr from 'address' table or src_ip from 'trusted'
table based on the 'tag' column. No function exists in permissions module to do
this, but running 'kamctl address show ' or 'kamctl trusted show ', show
that the tables along with tag column are cached.
Thanks!
-Dan