Here is the docker run command i use:
docker run -p 8888:8888 -e “GH_CLIENT_ID=<my-gh-client-id>” -e “GH_CLIENT_SECRET=<my-gh-client-secret>” -e “GH_ORGS=influxdata” -e “PUBLIC_URL=http://localhost:8888” -e “TOKEN_SECRET=<my-token-secret>” chronograf:1.3.8.1-alpine
I have the same problem.
I get this error when using GH orgs.
time=“2018-06-29T15:13:40Z” level=error msg=“Not a member of required github organization”
time=“2018-06-29T15:13:41Z” level=error msg=“Invalid principal” component=“token_auth” method=GET remote_addr=“172.18.0.1:38608” url=/chronograf/v1/me
time=“2018-06-29T15:13:41Z” level=info msg=“Response: Forbidden” component=server method=GET remote_addr=“172.18.0.1:38608” response_time=“127.935µs” status=403