You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, a shout-out for building a great tool. We've been working at Otterize to make workload IAM of various kinds (not just AWS/GCP/Azure, but also IAM like network policies, etc.) declarative and easy to grok for developers. We do this through a combination of open source projects which we develop and a Cloud service that aids in automation. For each type of policy, we have a method to detect actual traffic and compare it to the declared permissions.
Long story short, for AWS visibility of traffic, we discovered iamlive that does a lot of the work, and is wonderful! We are working on utilizing it in our project, and as part of that have done a bunch of work on how to deploy iamlive in proxy mode to a Kubernetes cluster, and would like to contribute a walkthrough that explains all the steps needed to get things working.
Is this desirable? And what is the preferred way to contribute this sort of documentation & tooling? We were looking for where documentation like this might live and couldn't find anything.
The text was updated successfully, but these errors were encountered:
orishoshan
changed the title
Contributing a guide for deploying IAMLive on Kubernetes?
Contributing a guide for deploying iamlive on Kubernetes?
Feb 12, 2024
I don't have a solid story yet for additional supporting documentation. The Other Methods section generally links out to other 3rd-party posts on various ways to deploy the tool. If you want to host docs externally, I'll happily link out to you.
If you think it'd be best within the repo itself (.md), I'm happy to accept PRs for a new documentation section (is /docs standard these days?) and again include a link from the Other Methods section. I'll just need to ensure it's vendor-agnostic.
I think the .md path would be easiest for us :) And yeah, we were definitely looking to contribute something vendor-agnostic (i.e. how to deploy vanilla iamlive on your cluster).
Hi!
First, a shout-out for building a great tool. We've been working at Otterize to make workload IAM of various kinds (not just AWS/GCP/Azure, but also IAM like network policies, etc.) declarative and easy to grok for developers. We do this through a combination of open source projects which we develop and a Cloud service that aids in automation. For each type of policy, we have a method to detect actual traffic and compare it to the declared permissions.
Long story short, for AWS visibility of traffic, we discovered
iamlive
that does a lot of the work, and is wonderful! We are working on utilizing it in our project, and as part of that have done a bunch of work on how to deployiamlive
in proxy mode to a Kubernetes cluster, and would like to contribute a walkthrough that explains all the steps needed to get things working.Is this desirable? And what is the preferred way to contribute this sort of documentation & tooling? We were looking for where documentation like this might live and couldn't find anything.
The text was updated successfully, but these errors were encountered: