-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature module: aws-iam-policy #906
Conversation
Codecov Report
@@ Coverage Diff @@
## main #906 +/- ##
=======================================
Coverage 72.91% 72.91%
=======================================
Files 122 122
Lines 8282 8282
=======================================
Hits 6039 6039
Misses 2243 2243
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
||
``` | ||
- name: deployer | ||
type: aws-iam-role |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
this is not an example of aws iam policy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, let me add a proper example for the same.
``` | ||
- name: deployer | ||
type: aws-iam-policy | ||
file: valid_policy.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
show what the valid policy json looks like.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added an example in the PR as well as in the readme.
Description
New module: aws-iam-policy
Safety checklist
Example on how to use the IAM policy module:
configuration.yaml
policy.json
How has this change been tested, beside unit tests?
Tested Manually.