Github user mmiklavc commented on the issue: https://github.com/apache/metron/pull/859 I just found another item when going through an AWS install. We don't setup users for the REST API. From what I can tell, we do this via blueprint when we install full-dev from a setting in single_node_vm.yml ``` - metron-rest-env: metron_spring_profiles_active: "dev" ``` I'm wondering if we can/should configure this same setting in small_cluster.yml, which is used by the Amazon EC2 deployment. Any thoughts on this? At the very least I think this PR should include a doc change to indicate that we aren't setting up users unless you explicitly set a profile via Ambari or create them manually as a separate task.
---