renamed rolname to role
This commit is contained in:
parent
7ab1092c7c
commit
a2d6624a69
|
@ -127,7 +127,7 @@ func (b *backend) pathRoleCreateRead(
|
|||
"password": password,
|
||||
}, map[string]interface{}{
|
||||
"username": username,
|
||||
"rolename": name,
|
||||
"role": name,
|
||||
})
|
||||
resp.Secret.TTL = lease.Lease
|
||||
return resp, nil
|
||||
|
|
Loading…
Reference in New Issue