Skip to content

Commit

Permalink
Enable JGroups Diagnostics (keycloak#671)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
pruivo and ahus1 authored Jan 9, 2024
1 parent 5972af0 commit 7201473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provision/infinispan/install_operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ spec:
name: infinispan
source: ${OPERATOR_SOURCE}
sourceNamespace: ${OPERATOR_SOURCE_NS}
config:
env:
- name: JGROUPS_DIAGNOSTICS
# Not recommended in production since the port is not secure and allows to
# observe and manipulate JGroups protocols/attributes
value: "true"
EOF

0 comments on commit 7201473

Please sign in to comment.