Skip to content
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

[RHSSO-1285] Add example RH-SSO configuration and modules/ content #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iankko
Copy link
Contributor

@iankko iankko commented Apr 20, 2018

to illustrate how to deploy custom theme to RH-SSO pod running on OpenShift

The provided JAR was created from upstream Keycloak example at: https://github.com/keycloak/keycloak/tree/master/examples/themes

Also, update the README.md file so it's clear how to use this custom configuration and theme/ module

Signed-off-by: Jan Lieskovsky [email protected]

to illustrate how to deploy custom theme to RH-SSO pod running on
OpenShift

The provided JAR was created from upstream Keycloak example at:
https://github.com/keycloak/keycloak/tree/master/examples/themes

Also, update the README.md file so it's clear how to use this custom
configuration and theme/ module

Signed-off-by: Jan Lieskovsky <[email protected]>
@iankko
Copy link
Contributor Author

iankko commented Apr 20, 2018

@rcernich PTAL

Thank you, Jan

@rcernich
Copy link
Contributor

This looks okay to me. Is there a better way to do this than supplying a custom standalone.xml file? Users would have to keep their configuration file in sync with the one supplied by us.

@iankko
Copy link
Contributor Author

iankko commented Apr 21, 2018

@rcernich

This looks okay to me. Is there a better way to do this than supplying a custom standalone.xml file? Users would have to keep their configuration file in sync with the one supplied by us.

The another option that comes in mind is to edit the standalone.xml file via jboss-cli.sh within postStart hook. Was thinking about it before, just need to test it a bit more.

@rcernich
Copy link
Contributor

You can place a script $JBOSS_HOME/extensions/postconfigure.sh which will get called after all other configuration is complete, but before the server is started. That might be easier from a maintenance perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants