You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently an overhead when using the passkey-server for a single project. To create a project you have to start not only the passkey-server api but also the admin api and use the create-tenant Endpoint to get the project up and running.
To improve this situation there should be a command to create a default tenant either by adding the default tenant config to the config.yml or via environment variables.
The text was updated successfully, but these errors were encountered:
I can implement it via environment variables but then IMHO we should use as much standard values as possible to reduce the amount of variables we have to introduce.
Another way would be to add a default section to the config which can contain all the default tenant stuff. Then we would only need to check once per startup if there already is any tenant before creating one.
There is currently an overhead when using the passkey-server for a single project. To create a project you have to start not only the passkey-server api but also the admin api and use the
create-tenant
Endpoint to get the project up and running.To improve this situation there should be a command to create a default tenant either by adding the default tenant config to the
config.yml
or via environment variables.The text was updated successfully, but these errors were encountered: