I would like to secure my influxdb. I would like to do the JWT tokens. Looking at the documentation, do I have to first create a user and then generate the token? Once I generate the token, where do I put that in the configuration?
The documentation I am referreing to is https://docs.influxdata.com/influxdb/v1.8/administration/authentication_and_authorization/#authenticate-using-jwt-tokens. Is there a concerete example I can follow?