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

Fix keycloak example + improve CI build to catch a similar issue next time #161

Merged
merged 4 commits into from
Oct 3, 2022

Conversation

mstruk
Copy link
Contributor

@mstruk mstruk commented Oct 3, 2022

No description provided.

… time

Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
@mstruk mstruk added this to the 0.11.0 milestone Oct 3, 2022
@@ -14,4 +14,4 @@ services:
KEYCLOAK_PASSWORD: "admin"
KEYCLOAK_HTTPS_PORT: 8443
PROXY_ADDRESS_FORWARDING: "true"
command: "-Dkeycloak.profile.feature.upload_scripts=enabled"
command: "-Dkeycloak.profile.feature.upload_scripts=enabled -b 0.0.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't be 0.0.0.0 IP address the default one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Apparently the default one is some network interface with IP that is not accessible from other docker instances.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's for https, which is added extra via jboss-cli script. It's quite possible that there is a way to configure this in there, but adding -b 0.0.0.0 is simple enough for the test.

Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
mstruk added 2 commits October 3, 2022 14:59
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
@mstruk mstruk requested a review from scholzj October 3, 2022 14:52
@scholzj scholzj linked an issue Oct 3, 2022 that may be closed by this pull request
@mstruk mstruk merged commit 1817193 into strimzi:main Oct 3, 2022
mstruk added a commit to mstruk/strimzi-kafka-oauth that referenced this pull request Oct 3, 2022
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.

Error with Running with Keycloak using SSL
3 participants