Open grzesuav opened 2 months ago
I figured out working config in my case -
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: name
namespace: namespace
spec:
mtls:
mode: STRICT
portLevelMtls:
"9091":
mode: DISABLE
selector:
matchLabels:
app: {{ .Values.apps.service.name }}
I am still wonder if cryostat can be inside of istio mesh while it needs to communicate with pods per ip's, and how it should be configured.
Sounds related, or becoming the same discussio9n as, #642 . I'll leave both open for now but it seems like the conversation will lead that way (Istio, or other service mesh, discovery plugin).
Describe the feature
I would like to see in documentation/guide a setup for istio in both scenarios:
Anything other information?
I can get kind of way round with 2.i. with
but it is allowing all connections to target one, which is not desired.
I am experimenting with
but it is not working, not sure if this is because JMX specific thing or some lack of istio configuration