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

Remove Keycloak job, use the right entrypoint, add envs the script re… #9533

Merged
1 commit merged into from
Apr 26, 2018

Conversation

ghost
Copy link

@ghost ghost commented Apr 24, 2018

What does this PR do?

  1. Removes Keycloak job to configure realm and user
  2. Adds a new entrypoint to Keycloak container spec
  3. Provides Keycloak pod with required ENVs used by entrypoint script

What issues does this PR fix or reference?

#9429

@benoitf benoitf added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/question Questions that haven't been identified as being feature requests or bugs. labels Apr 24, 2018
@@ -45,7 +45,19 @@ spec:
value: admin
- name: CHE_HOST
value: {{ template "cheHost" . }}
- name: ROUTING_SUFFIX
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it possible to use the Che HostHelper template instead of passing the ingress domain, namespace, and constructing the hostname in the configuration script?
This will be more consistent with the way we configure ingresses, config maps, etc.

Copy link
Author

Choose a reason for hiding this comment

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

Yes, i have thought about it, but I will then need to change the entrypoint script that expects PROTOCOL and ROUTING_SUFFIX envs.

@ghost ghost merged commit 86f3410 into master Apr 26, 2018
@ghost ghost deleted the update_ks8_deployment branch April 26, 2018 10:38
@benoitf benoitf added this to the 6.5.0 milestone Apr 26, 2018
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Apr 26, 2018
hbhargav pushed a commit to hbhargav/che that referenced this pull request Dec 5, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants