LOG.error("Unable to add JAAS configuration for client [{}] as it is missing param [{}]. Skipping JAAS config for [{}]",jaasClient,keyParam,jaasClient);
+"client ["+jaasClient+"] as it is missing param ["+keyParam+"]."
+" Skipping JAAS config for ["+jaasClient+"]");
continue;
continue;
}else{
}else{
loginModuleName=loginModuleName.trim();
loginModuleName=loginModuleName.trim();
...
@@ -290,15 +288,12 @@ public final class InMemoryJAASConfiguration extends Configuration {
...
@@ -290,15 +288,12 @@ public final class InMemoryJAASConfiguration extends Configuration {
LOG.debug("You are not authorized for "+atlasRequest.getAction().name()+" on "
LOG.debug("You are not authorized for {} on {} : {}\nReturning 403 since the access is blocked update!!!!",atlasRequest.getAction().name(),atlasResourceTypes,atlasRequest.getResource());