Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/859#discussion_r157041534
--- Diff: metron-deployment/amazon-ec2/README.md ---
@@ -126,6 +126,10 @@ To provision only subsets of the entire Metron
deployment, Ansible tags can be s
./run.sh --tags="ec2,sensors"
```
+### Setting REST API Profile
+
--- End diff --
@ottobackwards I've made another round of improvements after discussing
what the profiles do with @merrimanr. Hopefully this addresses your concerns
reasonably in the short term. I added this item to the PR in the desire to gain
some functional parity with full dev in the short term. But I think we might
want to revisit how we setup the REST API, profiles, and user creation in
another follow-on PR.
---