8000 Fix callouts by andymunro · Pull Request #39591 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix callouts #39591

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

Merged
merged 1 commit into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ The pom.xml file for your SPI requires a `dependencyManagement` section with an

</project>
----
<.> Replace `VERSION` with the current version of {project_name}
<1> Replace `VERSION` with the current version of {project_name}

[[_override_builtin_providers]]
==== Override built-in providers
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/operator/rolling-updates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ spec:
strategy: RecreateOnImageChange|Auto|Explicit # <1>
revision: "abc" # <2>
----
<.> Set the desired update strategy here.
<.> Revision value for `Explicit` strategy.
<1> Set the desired update strategy here.

<2> Revision value for `Explicit` strategy.
Ignored by the other strategies.

[%autowidth]
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/server/caching.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ spec:
"7800": # <2>
mode: PERMISSIVE
----
<.> Update the labels to match your {project_name} deployment.
<.> Port 7800 is the default. Adjust it if you change the data transmission port.
<1> Update the labels to match your {project_name} deployment.
<2> Port 7800 is the default. Adjust it if you change the data transmission port.

As an alternative, to disable the mTLS communication, and rely on the service mesh to encrypt the traffic:

Expand Down
0