-
Notifications
You must be signed in to change notification settings - Fork 37
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
Initial admin user (1) should be creatable without password #20
Comments
This will be fixed in two ways:
|
This has been partly fixed: All services (kong adapter, mailer, chatbot) now - as of 0.10.0 use a service user to connect to the API, but it is still not possible to remove the '1' user altogether just yet. |
Parts will surface in 0.10.0, but it's still not possible to remove the |
But it will be possible to define users a) Without password This makes it possible to e.g. predefine GitHub users ( |
It is since long possible to create users with a given custom ID, e.g. the Google-ID. |
The most common use cases are possible by now. Closing this. |
In my test portal I created a user in the admin group with kickstarter and removed the default admin user (id #1) from the admin group to mitigate the risk of a well-known admin user.
That had the unfortunate consequence that the portal-kong-adapter, portal-mailer and portal-chatbot containers did no longer start.
To mitigiate that risk anyway it would be useful to create the admin user without a passwort from the start - iff another admin user was configured.
The text was updated successfully, but these errors were encountered: