feat(agent): added dynamic secret change based re-trigger

This commit is contained in:
Akhil Mohan
2024-03-22 23:59:08 +05:30
parent a07d055347
commit 88f7e4255e
3 changed files with 168 additions and 50 deletions

View File

@@ -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"`