Closed jonathanbeber closed 3 years ago
Merging #110 (4762b79) into master (91d79a3) will increase coverage by
0.27%
. The diff coverage is81.81%
.
@@ Coverage Diff @@
## master #110 +/- ##
==========================================
+ Coverage 24.22% 24.50% +0.27%
==========================================
Files 25 25
Lines 2101 2110 +9
==========================================
+ Hits 509 517 +8
- Misses 1592 1593 +1
Impacted Files | Coverage Δ | |
---|---|---|
sevenseconds/config/iam.py | 20.51% <80.00%> (+4.18%) |
:arrow_up: |
sevenseconds/cli.py | 63.49% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 91d79a3...4762b79. Read the comment docs.
👍
:+1:
👍
This commit adds an
additional_attached_policies
config for the accounts. It allows to define additional policies that will be attached to the specified roles. If none is set, the default role config is used.Signed-off-by: Jonathan Juares Beber jonathanbeber@gmail.com