Skip to content

Enterprise and Core: manage authorization tokens #5966

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

Open
12 of 18 tasks
jstirnaman opened this issue Apr 8, 2025 · 2 comments · Fixed by #5985, #5984, #5983, #5981 or #5978
Open
12 of 18 tasks

Enterprise and Core: manage authorization tokens #5966

jstirnaman opened this issue Apr 8, 2025 · 2 comments · Fixed by #5985, #5984, #5983, #5981 or #5978
Assignees
Labels
API CLI InfluxDB v3 InfluxDB v3.0 (platforms using IOx)

Comments

@jstirnaman
Copy link
Contributor

jstirnaman commented Apr 8, 2025

Start a server with (default) and without auth.

GA:

  • Get-started instructions

  • Core: Add Admin -> Manage tokens -> Admin

  • Enterprise: Add Admin -> Manage tokens -> Admin,Resource (Database, System)

  • Create

    • use CLI
    • use API
  • List

    • CLI
    • API
    • CLI ref
    • API ref
  • Delete resource token

    • use CLI
    • use API
    • CLI ref
    • API ref
  • Regenerate admin

    • use CLI
    • use API
    • CLI ref
    • API ref
  • Cleanup token placeholders in code samples

For examples, see tests in influxdata/influxdb#26243 (review)

@jstirnaman jstirnaman self-assigned this Apr 8, 2025
@jstirnaman
Copy link
Contributor Author

@peterbarnett03 FYI, Amid some work I'm doing for using the write API and client libraries, I'm starting a guide for creating tokens.

@jstirnaman jstirnaman changed the title Enterprise: create database authorization tokens Enterprise and Core: manage authorization tokens Apr 14, 2025
@jstirnaman
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment