Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-04-27 06:11:29 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0848c084ff358c906ffb54da04cbc7a86de71d5c
0848c084
1 parent
5fbe8cff
Add debug logging about attaching policy to role.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
kappa/role.py
kappa/role.py
View file @
0848c08
...
...
@@ -80,6 +80,7 @@ class Role(object):
AssumeRolePolicyDocument
=
AssumeRolePolicyDocument
)
LOG
.
debug
(
response
)
if
self
.
_context
.
policy
:
LOG
.
debug
(
'attaching policy
%
s'
,
self
.
_context
.
policy
.
arn
)
response
=
self
.
_iam_svc
.
attach_role_policy
(
RoleName
=
self
.
name
,
PolicyArn
=
self
.
_context
.
policy
.
arn
)
...
...
Please
register
or
login
to post a comment