Mike Grima

Results 80 comments of Mike Grima

Other IAM users with similar circumstances don't have this problem -- only these two?

Hello @cswilliams Are you still experiencing this issue?

That should be configurable. Please feel free to submit a PR to fix it.

Hmm. I have never seen this before and don't know how to replicate. Can you outline the exact steps you took to reproduce the error?

Hello @fahrishb ! Did you restart the scheduler after adding the new account? This is [documented here](https://github.com/Netflix/security_monkey/blob/develop/docs/userguide.md#adding-an-account-in-the-web-ui). Also, you can run the change finder for the account manually via the...

That's unfortunate. For us to better assist, we'll need to enable debug logs to see where exactly it's failing. You can do that by setting [this line in your config](https://github.com/Netflix/security_monkey/blob/develop/env-config/config.py#L47)...

So the issue is that the credentials you are using lack all the required permissions. Per the error, you need to have `compute.firewalls.list` permissions. Please ensure that you follow: https://github.com/Netflix/security_monkey/blob/develop/docs/iam_gcp.md...

Hello @fahrishb : The bug in the code is that the permissions error cannot be logged to the database. However, the error in question is that you lack the proper...

@fahrishb Have you verified if that is the role Security Monkey is using? How are you deploying this, as a GCP instance, or locally?

Hi @fahrishb : apologies for the late reply. Simply fork the repo on GitHub, make your changes, commit them, push the branch to your GitHub fork, and submit a pull...