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

automatic creation of admin user #332

Open
theblop opened this issue Jun 8, 2023 · 1 comment
Open

automatic creation of admin user #332

theblop opened this issue Jun 8, 2023 · 1 comment

Comments

@theblop
Copy link

theblop commented Jun 8, 2023

Is it possible to automate the initial creation of the admin user? I'd like to automate the complete install of netmaker + ui

@mattkasun
Copy link
Contributor

you can either use:

  1. nmctl user create --admin --name --password
  2. curl https://api.NETMAKER_DOMAIN//api/users/createadmin/ -d '{"username": "", "password":""}'

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

2 participants