-
Notifications
You must be signed in to change notification settings - Fork 29
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-3529] Allow configure ssl-required property #166
base: main
Are you sure you want to change the base?
Conversation
Hello, ruromero. I'm waiting for one of the admins to verify this patch with /ok-to-test in a comment. Available Commands: /help Display this help text. /ok-to-test Add the user to the approved list of testers and run tests. /retest Rerun all tests. |
@ruromero , we have a CLI way to update the configuration, this is where you should make your change, sed replacement is not expected to evolve. |
Thanks @jfdenise will rollback the changes and update the requested parts of the code. |
@ruromero , we will need to go through the RFE process in order to add this new env variable. Could you log a CLOUD jira? Would be nice to have detail on the use-case. Thank-you. |
Signed-off-by: ruromero <[email protected]>
@jfdenise added suggested changes |
@jfdenise Any update? |
@mwringe , I will come back to you with info on when this feature can be integrated in next release. Is the priority of the issue increased? |
@ruromero @mwringe , after more discussion it appears that this fix needs to be done in https://github.com/jboss-container-images/jboss-eap-modules/tree/7.3.x-legacy/os-eap-sso/added |
@jfdenise PR has been created on jboss-eap-modules too but I don't think this is blocking this PR, is it? |
@ruromero , thank-you. This PR will get merged once we have completed the RFE process for these new env variables. |
Fix https://issues.redhat.com/browse/CLOUD-3529
I think the
ssl-required
parameter should be configurable and default to what was hardcoded before i.e.external
My IDE removed all the trailing spaces which I don't think is a bad thing either.
Signed-off-by: Ruben Romero Montes [email protected]