Skip to content

Commit

Permalink
fix: do not remove legacy grant start and end
Browse files Browse the repository at this point in the history
  • Loading branch information
iljassh committed Dec 12, 2023
1 parent 5b7caa4 commit e443444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/rolestore/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ type Role struct {
GrantType string `json:"grant_type"`
Comment string `json:"comment"`
AccessGroupID string `json:"access_group_id"`
GrantStart string `json:"grant_start"`
GrantEnd string `json:"grant_end"`
GrantValidityPeriods []ValidityPeriod `json:"grant_validity_periods,omitempty"`
Permissions []string `json:"permissions"`
PublicKey []string `json:"principal_public_key_strings"`
Expand Down

0 comments on commit e443444

Please sign in to comment.