I run my Spring Boot (Java) application in the Kubernetes environment as a root user and with JMX authentication turned on.
My k8s containers are being flagged as a security risk by the security professionals in my company. Is it really a security risk or just plain old housekeeping?
Will it make a difference if the JMX is unauthenticated?
P.S. I've asked this question in Stack Overflow but didn't get a response that I was looking for.