mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat(agent): added dynamic secret change based re-trigger
This commit is contained in:
@@ -512,7 +512,7 @@ type CreateDynamicSecretLeaseV1Request struct {
|
||||
type CreateDynamicSecretLeaseV1Response struct {
|
||||
Lease struct {
|
||||
Id string `json:"id"`
|
||||
ExpireAt string `json:"expireAt"`
|
||||
ExpireAt time.Time `json:"expireAt"`
|
||||
} `json:"lease"`
|
||||
DynamicSecret struct {
|
||||
Id string `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user