Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a small update to add a custom theme for the Constellations login. This isn't a terribly key update but I think will be a nice improvement to make it less obvious that the login is being handled via a different service.
A few notes:
rgb(16, 16, 20)
background, to try to keep some stylistic consistency. Ultimately this is more of a "get it set up" type of thing that should make it easier to update the styling later if we want to.template.ftl
file from Keycloak's theme base so that we could change the favicon since this can't be done fromtheme.properties
for a login account. The linked discussion mentions overriding the existing favicon, but in the Docker container the built-in themes are inside of a JAR file. Editing a JAR was obviously not a path that I wanted to go down, so I've just set the favicon to use a WWT assets URL. I also updated the title while I was at it.@pkgw I'm not sure exactly how things are set up in the deployment, but we can insert this into the Keycloak Docker container in the right place via