Hi all,
I’m trying to find a way to dynamically get all the relevant keys ( kv v1 secret store ) for a given application role.
For example my key structure is like this:
/database/mysql/appname/
/queue/kafka/appname/
etc.
after ‘appname’ i have the different keys with values relevant for that service.
Is there a way to get them all in a single run?
My aim is to keep the annotations etc as small as possible.
Thanks.