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

cloud-1955 fix rest ssl with new realm #41

Merged
merged 1 commit into from Aug 7, 2017

Conversation

bdecoste
Copy link

No description provided.

@@ -590,18 +590,18 @@ function configure_infinispan_endpoint() {
fi

if [ -n "${HTTPS_NAME}" -a -n "${HTTPS_PASSWORD}" -a -n "${HTTPS_KEYSTORE_DIR}" -a -n "${HTTPS_KEYSTORE}" ] ; then
encryption="<encryption $rest_security_realm />"
encryption="<encryption security-realm=\"ApplicationRealm\" />"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to match the value in SECDOMAIN_NAME used in authentication-config.sh?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SECDOMAIN_NAME only applies when authentication is enabled. The ssl config is the same in either case, but I can change to use the newly generated realm IFF authentication is enabled.

@rcernich rcernich merged commit c9d6fd2 into jboss-openshift:master Aug 7, 2017
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.

None yet

3 participants