In the project I'm working on, we're getting OPA failures because our policy checks for tags on resources, but some resources do not allow tags, such as SNS. Is it possible to write a policy that can check whether or not a resource allows tagging, and if it does, ensure that it has tags? Or is the only way to do this a manually maintained whitelist of resources to exclude from the tagging enforcement policy?
amazon web services - Writing an OPA Policy that enforces tagging, but only for AWS resources that allow tagging - Stack Overflo
与本文相关的文章
- javascript - Get textarea by name attribute - Stack Overflow
- javascript - React dynamic tabindex creation - Stack Overflow
- mocking - Overriding mock pytest - Stack Overflow
- javascript - Uncaught ReferenceError: form is not defined - Stack Overflow
- ios - How to reliably detect when SwiftUI .onDrag is canceledhas ended - Stack Overflow
- javascript - IS it safe to use window.location to query the GET params of a page? - Stack Overflow
- javascript - jstree disable checkbox - Stack Overflow
- javascript - Is it possible to jump to HTML element by class instead of id? - Stack Overflow
- Getting a remainder without the modulo (%) operator in Javascript, accounting for -+ sign - Stack Overflow
- Printing from javascript without header and footer: state of the art? - Stack Overflow
- parent child - Difference between javascript .childNodes & .children - Stack Overflow
- regexp replace - JavaScript Regex - Remove Whitespace from Start and End - Stack Overflow
- javascript - How to Select a Tab in angular-ui? (AngularJS) - Stack Overflow
- glm - Get continuous predictor values from a probit glmer() model in R? - Stack Overflow
- Python script to run Jupyter Notebook in loop and save results to HTML - Stack Overflow
- JavaScript for Loop - Stack Overflow
- javascript - React table- doesn't refresh content - Stack Overflow
- ios - VNDetectBarcodesRequest throws an error in Swift Playground - Stack Overflow
- javascript - delete all datatables using jQuery - Stack Overflow
- javascript - How to display different HTML elements in if statement - Stack Overflow
评论列表(0)
- 暂无评论