We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62f74 commit 175c13bCopy full SHA for 175c13b
core/controller/src/main/scala/org/apache/openwhisk/core/controller/BasicAuthenticationDirective.scala
@@ -39,7 +39,6 @@ object BasicAuthenticationDirective extends AuthenticationDirectiveProvider {
39
Try {
40
// authkey deserialization is wrapped in a try to guard against malformed values
41
val authkey = BasicAuthenticationAuthKey(UUID(pw.username), Secret(pw.password))
42
- logging.info(this, s"authenticate: ${authkey.uuid}")
43
val future = Identity.get(authStore, authkey) map { result =>
44
if (authkey == result.authkey) {
45
logging.debug(this, s"authentication valid")
0 commit comments