mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Added missing entity_id to SecretAuth struct (#6819)
This commit is contained in:
parent
b347c8ec52
commit
bb3cc738c5
@ -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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user