ryan-mars / stochastic

TypeScript framework for building event-driven services. Easily go from Event Storming → Code.
MIT License
6 stars 1 forks source link

IAM policies should implement principle of least privilege #14

Open ryan-mars opened 3 years ago

ryan-mars commented 3 years ago

🤔 Since we know the set of domain events a command should produce we could use IAM policy conditions for fine grained (write) access control to the event store...

I'm sure there are many similar instances where we could follow "principle of least privilege".