-
-
Notifications
You must be signed in to change notification settings - Fork 16
Setup Wizard #4
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
Setup Wizard #4
Conversation
* read keycloak config from configuration
# Conflicts: # spi/src/main/java/org/cryptomator/hub/entities/User.java # spi/src/main/java/org/cryptomator/hub/spi/UsersResource.java
infeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately i cannot say a lot about the typescript part, but i tested it in a run and it works.
| @@ -1,4 +1,51 @@ | |||
| <template> | |||
| <!-- Notification for successfully creation of a realm --> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not remove directly and just reference the git commit where the old state can be taken from?
The frontend is now capable to read app configuration from the
/setupresource.Doing so, it detects whether setup is required and redirects to a wizard. Currently it only contains Keycloak-related stuff, but may be extended later.
By configuring Keycloak dynamically, we no longer rely on assumptions hard-coded in realm configuration files, which allows to remove them and switch to Quarkus Dev Services for Keycloak provisioning during development.