From bb3cc738c5cd09d36ce590cc820fbe3b7ad1d442 Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Tue, 4 Jun 2019 12:04:20 -0500 Subject: [PATCH] Added missing entity_id to SecretAuth struct (#6819) --- api/secret.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/secret.go b/api/secret.go index aaca78c8e3..d5b9ce9729 100644 --- a/api/secret.go +++ b/api/secret.go @@ -293,6 +293,7 @@ type SecretAuth struct { IdentityPolicies []string `json:"identity_policies"` Metadata map[string]string `json:"metadata"` Orphan bool `json:"orphan"` + EntityID string `json:"entity_id"` LeaseDuration int `json:"lease_duration"` Renewable bool `json:"renewable"`