influxdata / influxdata/docs-v2
token regeneration CLI text
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
_Describe the issue here._
The CLI example to regenerate a token reads:
influxdb3 create token --admin \
--regenerate
OPERATOR_TOKEN
This is incomplete. The correct command must include the --token flag like so:
influxdb3 create token --admin --regenerate --token OPERATOR_TOKEN
Also, it is not explicitly clear that OPERATOR_TOKEN is a user supplied token string of the previous operator token.
I found this fix here:
https://[docs.influxdata.com/influxdb3/enterprise/admin/tokens/admin/regenerate/index.md](https://docs.influxdata.com/influxdb3/enterprise/admin/tokens/admin/regenerate/index.md)
##### Relevant URLs
- https://docs.influxdata.com/influxdb3/core/admin/tokens/admin/
- _Provide other relevant URLs (project issues, community threads, etc.)_
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the core admin token documentation linked in the issue and compare its regeneration example with the enterprise index.md example cited. Update the command to include --token and clarify that OPERATOR_TOKEN is the user-supplied previous operator token; done means the example and explanation are accurate and consistent.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100