Fetches all dynamic secret key/value pairs along with the rest of the secrets in an HVS App, every RefreshAfter or at the renewalPercent of the TTL of the dynamic secrets, whichever comes first.
Adds a SyncConfig for HVS to the HCPVaultSecretsAppSpec to allow specifying a custom renewalPercent for dynamic secrets, otherwise the default is 67% of the TTL.
Fetches all dynamic secret key/value pairs along with the rest of the secrets in an HVS App, every
RefreshAfter
or at therenewalPercent
of the TTL of the dynamic secrets, whichever comes first.Adds a
SyncConfig
for HVS to the HCPVaultSecretsAppSpec to allow specifying a customrenewalPercent
for dynamic secrets, otherwise the default is 67% of the TTL.Adds the last observed state of each dynamic secret to HCPVaultSecretsAppStatus:
Note: Caching dynamic secret responses in order to avoid constantly creating new secrets every Reconcile() is planned for a follow-on PR.