-
-
Notifications
You must be signed in to change notification settings - Fork 926
[misc] Remove default zitadel admin user in deployment script #4482
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
Conversation
Signed-off-by: bcmmbaga <[email protected]>
Signed-off-by: bcmmbaga <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds functionality to remove the default zitadel-admin user during the Zitadel deployment script initialization process. This appears to be a security enhancement to clean up default administrative accounts after deployment.
- Adds a new function
delete_default_zitadel_adminto search for and delete the default admin user - Integrates the deletion step into the existing
init_zitadelfunction workflow
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, we kind of skimmed over the fact that anyone that used the getting-started-with-zitadel script could have an insecure admin account exposed, understandable that this is the users responsibility, but a note should be created stating the account should be removed.
We are working on it. We need to check the impact and since when zitadel has had this setting enabled. |
|
We have reserved CVE-2025-10678 for that vulnerability. We will publish full CVE entry shortly. |
@CERT-PL-CNA Why publish without discussing with us? We still working with some folks. |
* Delete default zitadel-admin user during initialization Signed-off-by: bcmmbaga <[email protected]> * Refactor Signed-off-by: bcmmbaga <[email protected]> --------- Signed-off-by: bcmmbaga <[email protected]>



Describe your changes
Issue ticket number and link
Stack
Checklist
Documentation
Select exactly one:
Docs PR URL (required if "docs added" is checked)
Paste the PR link from https://github.com/netbirdio/docs here:
https://github.com/netbirdio/docs/pull/__