Skip to content

Commit

Permalink
- fixed missing principal in empty allow acl
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnesby committed Oct 1, 2018
1 parent 94492f6 commit ea01356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group 'no.nav.common.security'

// see https://docs.confluent.io/current/installation/versions-interoperability.html#interoperability-versions
// '<kafka version>_<this plugin version>'
version '2.0_0.55'
version '2.0_0.56'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SimpleLDAPAuthorizer : SimpleAclAuthorizer() {

// nothing to do if empty acl set
if (acls.isEmpty()) {
log.error("Authorization End - empty ALLOW ACL for [$lResource,$lOperation], not authorized ($uuid)")
log.error("Authorization End - $authContext - empty ALLOW ACL for [$lResource,$lOperation], is not authorized ($uuid)")
return false
}

Expand Down

0 comments on commit ea01356

Please sign in to comment.