Skip to content

Commit

Permalink
Added missing entity_id to SecretAuth struct (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelvocks authored and Brian Kassouf committed Jun 4, 2019
1 parent bbbadd2 commit 387d618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 387d618

Please sign in to comment.