Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/697
Can we normalize this to use the same approach as is done with these 2
properties for enrichment and indexing?
```
enrichment_topology_worker_childopts = client_jaas_arg if security_enabled
else ''
indexing_topology_worker_childopts = client_jaas_arg if security_enabled
else ''
```
ie, around line 213 of params_linux.py add something like this:
```
metron_jvm_flags += (' ' + client_jaas_arg) if security_enabled else ''
```
I think that should cover both cases.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---