aws-user-service
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -27,3 +27,3 @@ const AWS = require('aws-sdk'); | ||
console.log('error due to absent of edmin permission but is trying to impersonate user', request.query.impersonatingUserId) | ||
console.log('Non admin permission but is trying to impersonate user', request.query.impersonatingUserId) | ||
throw new Error('Non admin attempt to impersonate'); | ||
@@ -89,2 +89,4 @@ } | ||
console.log('user groups:', groups) | ||
if (!groups) | ||
@@ -91,0 +93,0 @@ return false |
{ | ||
"name": "aws-user-service", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Contain methods to work with asw user", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4037
94