Kubernetes: No Secure Application events in the UI
Secure Application doesn't show events for the Java application.
The Java application pod starts successfully, but Secure Application doesn't show attack events for the application.
The Secure Application activation flag isn't set in the JVM arguments for the Java application.
- Add
-Dargento.allow.security.events=trueto the JVM arguments for the Java application, such as by using theJAVA_TOOL_OPTIONSenvironment variable. - Restart the Java application pods.