Skip to content

Commit

Permalink
Update zts client api (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
havetisyan authored Oct 19, 2017
1 parent ac4bf64 commit a8085d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/go/ztsroletoken/role-token.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (r *roleToken) updateRoleToken() (string, error) {

rt, err := z.GetRoleToken(
zts.DomainName(r.domain),
zts.EntityName(r.opts.Role),
zts.EntityList(r.opts.Role),
durationToExpireSeconds(r.opts.MinExpire),
durationToExpireSeconds(r.opts.MaxExpire),
zts.EntityName(""),
Expand Down

0 comments on commit a8085d1

Please sign in to comment.