wapacro / az-keyvault-php

Library to easily work with Azure Key Vault using managed identities

Home Page:https://packagist.org/packages/wapacro/az-keyvault-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get secret values in loop?

VNBharadwaja opened this issue · comments

getSecrets() function will fetch secret names in KeyVault upto max 25 but how can I use these names to fetch actual secret value dynamically?

  1. There's getSecret() function for which we have to pass the secret name manually but I would like to know how can I do this dynamically
  2. How can i fetch more than 25 secrets?