Unverified Commit 7da46e31 authored by Clint Shryock's avatar Clint Shryock
Browse files

include password

parent d45e2e85
Showing with 2 additions and 1 deletion
+2 -1
......@@ -163,9 +163,10 @@ func (b *databaseBackend) pathRoleRead() framework.OperationFunc {
sa["password"] = role.StaticAccount.Password
}
data["static_account"] = sa
q.Q("static account=", sa)
}
return &logical.Response{
return &logical.Response{
Data: data,
}, nil
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment