You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inlinePasswordPolicy for each key could be a bit too bloated, though it probably is non-concern since there is a way to just create them beforehand and use passwordPolicyName
refreshPeriod becomes questionable and should probably be at key level
Currently absence of this feature does not allow to have more than one key in a secret and all consequent usages of RandomSecret just overrides entire secret
The text was updated successfully, but these errors were encountered:
API in vault allows for batch create/update of data in kv. Would be nice to have
RandomSecret
version accepting whole batch of keys to init:Challenges/considerations:
inlinePasswordPolicy
for each key could be a bit too bloated, though it probably is non-concern since there is a way to just create them beforehand and usepasswordPolicyName
refreshPeriod
becomes questionable and should probably be at key levelCurrently absence of this feature does not allow to have more than one key in a secret and all consequent usages of
RandomSecret
just overrides entire secretThe text was updated successfully, but these errors were encountered: