Skip to content

feat(mono): Manage admin tokens #5981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

jstirnaman
Copy link
Contributor

Add Core and Enterprise guides for managing admin tokens
Doesn't include using API for several operations bc I can't get the endpoints that used to work work now and the request URL is no longer logged by the server.

@jstirnaman jstirnaman requested a review from sanderson April 15, 2025 11:23
@jstirnaman jstirnaman merged commit 59f8cc6 into jts-monolith-tokens Apr 15, 2025
1 check passed
Comment on lines +13 to +15
##### CLI
```bash
influxdb3 create token --admin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
##### CLI
```bash
influxdb3 create token --admin
##### CLI
```bash
influxdb3 create token --admin

Comment on lines +13 to +15
##### CLI
```bash
influxdb3 create token --admin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
##### CLI
```bash
influxdb3 create token --admin
##### CLI
```bash
influxdb3 create token --admin
```

## Create an admin token

- [Use the influxdb3 CLI](#use-the-influxdb3-cli)
- [Use the HTTP API](#use-the-http-api)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There isn't any API content here yet. Should we comment this link out?

@jstirnaman jstirnaman linked an issue Apr 16, 2025 that may be closed by this pull request
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enterprise and Core: manage authorization tokens
2 participants