influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.66k stars 3.54k forks source link

In Influx OSS 2.6 When you get started with the GUI doesn't show root / admin Token. #24316

Open ghost opened 1 year ago

ghost commented 1 year ago

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. Run influxd.exe
  2. Get started in GUI (localhost:8086)
  3. Create initial bucket

Expected behavior: The GUI should show me the root / admin Token when Influx ends the initial setup, otherwhise i can't access all the features from the Influx CLI (like doing backups)

Actual behavior: Doesn't show the root / admin Token when Influx ends the initial bucket setup in the GUI

Environment info:

ghost commented 1 year ago

Is there any kind of solution that I can apply from the Influx CLI? Thanks!

jeffreyssmith2nd commented 1 year ago

Hi @R1cly, this was corrected in the 2.7.1 release. In the meantime, you can use the --username-password flag in the CLI to login with the initial username/password combo that you created. You can then use the CLI to create a new operator token.

ghost commented 1 year ago

Thanks for the response! Can't wait to see what you guys bring with Influx 3.0. Sounds really good that a time series database is using Rust as a programming language!