Skip to content

Commit 175c13b

Browse files
committed
don't log a uuid of the username portion of basic auth info
1 parent bf62f74 commit 175c13b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/controller/src/main/scala/org/apache/openwhisk/core/controller/BasicAuthenticationDirective.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ object BasicAuthenticationDirective extends AuthenticationDirectiveProvider {
3939
Try {
4040
// authkey deserialization is wrapped in a try to guard against malformed values
4141
val authkey = BasicAuthenticationAuthKey(UUID(pw.username), Secret(pw.password))
42-
logging.info(this, s"authenticate: ${authkey.uuid}")
4342
val future = Identity.get(authStore, authkey) map { result =>
4443
if (authkey == result.authkey) {
4544
logging.debug(this, s"authentication valid")

0 commit comments

Comments
 (0)