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
Actually, it would be much better to have a docker image which is capable of doing that using the hydra CLI!
aeneasr
changed the title
core: Add init.d directory for importing clients/policies on first boot
docker: Add image capable of loading policies/clients/jwks from an init.d directory
Feb 5, 2018
Currently, hydra is able to detect if an installation is new or not by checking if a client exists in the database already. If so, the following tasks are executed:
We should update this part and add a couple of things:We should rename the method doing this to "initializeNewInstallation" and move it toinstallation_helper.go
If a new installation is detected, root client and policy are generated as beforeWe look in<project-root>/init.d/policies
for policies (json formatted) and in ``/init.d/clients`The text was updated successfully, but these errors were encountered: