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.

  1. Add -Dargento.allow.security.events=true to the JVM arguments for the Java application, such as by using the JAVA_TOOL_OPTIONS environment variable.
  2. Restart the Java application pods.