After creating a new user for an organization influx user create -o influxdata -u new_russ -p something and then listing the members of the org, i see a <nil> displayed in the username, even though it is returned when i print as json.
➜ influxdb git:(master) ✗ ./bin/darwin/influx org members list -n influxdata
ID Name User Type Status
0673b0f2e540a000 <nil> member active
➜ influxdb git:(master) ✗
➜ influxdb git:(master) ✗ ./bin/darwin/influx org members list -n influxdata --json
[
{
"id": "0673b0f2e540a000",
"name": "new_russ",
"status": "active"
}
]
might be related to something here: https://github.com/influxdata/influxdb/blob/master/cmd/influx/organization.go#L606
Hi
I am new to open source. If it is ok with you i would like to take this issue.
hi,
i was trying to follow this guide https://github.com/influxdata/influxdb/blob/master/DEVELOPMENT.md#quickstart. And executed command make dshell.
But every time i get stuck at this step Step 11/13 : RUN adduser --quiet --home /code --uid ${USERID} --disabled-password --gecos "" influx.
Any help i was trying to local setup on my mac before going forward with this issue. Or any other guide i could follow.
UPDATE
It just took lot of time for me while exporting to image in docker around 7000 secs
Most helpful comment
Hi
I am new to open source. If it is ok with you i would like to take this issue.