-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
In deploy_che.sh
, the keycloack route should be https
when the che server is https
#6739
Conversation
... In `deploy_che.sh`, the keycloack route should be `https` when the che server is `https` Signed-off-by: David Festal <dfestal@redhat.com>
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
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.
LGTM you just need to update the description of function append_before_match
@@ -8,15 +8,38 @@ | |||
|
|||
set -e | |||
|
|||
# append_after_match allows to append content after matching line |
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.
append_after_match
or append_before_match
?
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.
LGTM
What does this PR do?
This PR allows the route of the deployed dedicated keycloack server to be
https
when the deployed che server route ishttps
What issues does this PR fix or reference?
This PR fixes issue #6666