-
Notifications
You must be signed in to change notification settings - Fork 545
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
Fix Non-Exclusive Behaviour of identity_group_policies
#495
Fix Non-Exclusive Behaviour of identity_group_policies
#495
Conversation
ca7a6a6
to
80c148d
Compare
Hi @lawliet89 ! Weirdly, GH is still showing those utility functions in the diff even though I merged them to master. Would you be willing to pull master and push it up to fix the diff? |
80c148d
to
6f95e22
Compare
@tyrannosaurus-becks I have done a rebase with master. |
6f95e22
to
4224138
Compare
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 looks great! My only substantive question is the one regarding the IsExpiredTokenErr
.
if err != nil { | ||
return nil, err | ||
} | ||
if resp == nil { |
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.
Nice catch here that the response can be nil.
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.
🌠 Thank you!
Fix Non-Exclusive Behaviour of `identity_group_policies`
This PR uses the same utility functions added in #488 and should not result in any merge conflicts.