mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Fix callouts
Closes #39590 Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
parent
1e2b0fdfc4
commit
afe6d4d4a0
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user