Skip to content
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

[Feature Request] Support automatic creation of admin account during deployment #6001

Open
Jasonnor opened this issue Sep 18, 2024 · 1 comment

Comments

@Jasonnor
Copy link

Is your feature request related to a problem?

Yes. Currently, only the first person to access the front-end can create an admin account through the UI. This approach can be problematic in automated deployment scenarios or when multiple team members need immediate admin access.

Describe the solution you'd like

  • Allow setting admin credentials via environment variables (e.g., SIGNOZ_ADMIN_EMAIL, SIGNOZ_ADMIN_NAME, SIGNOZ_ADMIN_PASSWORD)
  • Provide command-line arguments or a configuration file option for specifying admin account details during deployment

Describe alternatives you've considered

Using a default admin account with a randomly generated password that's output to logs (requiring immediate password change on first login).

Additional context

This feature would be particularly useful in the following scenarios:

  • Automated deployments in CI/CD pipelines
  • Container orchestration environments like Kubernetes
  • Multi-user teams where multiple admins need to be set up immediately
  • Testing and development environments where quick setup is crucial
Copy link

welcome bot commented Sep 18, 2024

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

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

No branches or pull requests

1 participant