close
Skip to content

chore(docs): Update quick start examples to match automatic generated password#2217

Merged
hubcio merged 1 commit into
apache:masterfrom
vax-r:update_doc
Sep 30, 2025
Merged

chore(docs): Update quick start examples to match automatic generated password#2217
hubcio merged 1 commit into
apache:masterfrom
vax-r:update_doc

Conversation

@vax-r
Copy link
Copy Markdown
Contributor

@vax-r vax-r commented Sep 28, 2025

Summary

Currently Iggy support automatically generated password for default root user "iggy" when no custom root user credential is provided. Update README so users will know they need to set their own custom root user credentials with environment variables, and iggy's command will not success when providing "-u iggy -p iggy" if users didn't set it explicitly.

@vax-r vax-r force-pushed the update_doc branch 3 times, most recently from d4d7247 to 8c3be72 Compare September 28, 2025 09:31
Comment thread README.md Outdated
@spetz
Copy link
Copy Markdown
Contributor

spetz commented Sep 28, 2025

I think it might be worth adding that you can also start the Iggy server with an optional --with-default-root-credentials arg to have the default credentials set during the initial run.

@vax-r
Copy link
Copy Markdown
Contributor Author

vax-r commented Sep 29, 2025

I think it might be worth adding that you can also start the Iggy server with an optional --with-default-root-credentials arg to have the default credentials set during the initial run.

Sure thing, I'm adding it now, though I see --with-default-root-credentials should better be set in development environment rather than production environment. Should I add the note ,too ?

@spetz
Copy link
Copy Markdown
Contributor

spetz commented Sep 29, 2025

I think it might be worth adding that you can also start the Iggy server with an optional --with-default-root-credentials arg to have the default credentials set during the initial run.

Sure thing, I'm adding it now, though I see --with-default-root-credentials should better be set in development environment rather than production environment. Should I add the note ,too ?

Yes, it's mostly a convenient way of starting the server with the default credentials (e.g. for the testing purposes) without a need to set the custom envs.

… password

Currently Iggy support automatically generated password for default root user
"iggy" when no custom root user credential is provided. Update README so users
will know they need to set their own custom root user credentials with environment
variables, and iggy's command will not success when providing "-u iggy -p iggy"
if users didn't set it explicitly.

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Comment thread core/server/src/streaming/systems/users.rs Outdated
@hubcio hubcio merged commit b7179ef into apache:master Sep 30, 2025
21 checks passed
hageshiame pushed a commit to hageshiame/iggy that referenced this pull request Nov 7, 2025
… password (apache#2217)

Currently Iggy support automatically generated password for default root
user "iggy" when no custom root user credential is provided. Update
README so users will know they need to set their own custom root user
credentials with environment variables, and iggy's command will not
success when providing "-u iggy -p iggy" if users didn't set it
explicitly.

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
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.

3 participants