Patrick Kelley
Patrick Kelley
Hey @khushbuparakh - Would you be willing to send over a quick PR to add the instruction? You could use the OSX instructions (line 204) to assist.
@cstewart87 - Was this addressed?
I think I've decided I prefer mergely - http://www.mergely.com/
This was fixed in PR #825 with a very simple change to `dart/lib/component/item_table_component/item_table_component.html` https://github.com/Netflix/security_monkey/pull/825/files#diff-66e6c0d6b02b84c8228f639fc3ec49d8 I suspect you're on an old codebase. Can you confirm?
Ohh, So you're seeing this on the Dashboard and not on the default Item Search page?
Are you compiling the dart yourself or downloading the `static.tar.gz` file from the last release? Have you tried to open the Chrome Inspector and then right-click on the refresh button...
Hey @khushbuparakh - Since you just went through this process, could you provide a PR to the docs?
Hey @mark-asapp Are you on the `develop` branch? On the instance, try this: `monkey audit_changes -a -m ` like `monkey audit_changes -a testaccount -m iamrole,iamuser` Other thing to check is...
Flask-Security claims to have built-in token authentication: https://pythonhosted.org/Flask-Security/features.html However, after reading into it more, it seems to be sub-par: http://mandarvaze.github.io/2015/01/token-auth-with-flask-security.html 1) It requires you to disable CSRF protection. It may...
Any log messages when this happens?