Skip to content

Commit

Permalink
Add parent group IDs to group read endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed May 29, 2018
1 parent 7b3cc21 commit d090db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault/identity_store_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func (i *IdentityStore) handleGroupReadCommon(group *identity.Group) (*logical.R
respData["name"] = group.Name
respData["policies"] = group.Policies
respData["member_entity_ids"] = group.MemberEntityIDs
respData["parent_group_ids"] = group.ParentGroupIDs
respData["metadata"] = group.Metadata
respData["creation_time"] = ptypes.TimestampString(group.CreationTime)
respData["last_update_time"] = ptypes.TimestampString(group.LastUpdateTime)
Expand Down

0 comments on commit d090db0

Please sign in to comment.