Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Change log to warn for no prestashed tickets. (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrosby authored and sradack committed Jul 11, 2019
1 parent 5c6e56b commit 7307cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion waiter/src/waiter/auth/kerberos.clj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
{:message (utils/message :prestashed-tickets-not-available)
:service-id service-id
:status 403
:user run-as-user}))))))
:user run-as-user
:log-level :warn}))))))

(defrecord KerberosAuthenticator [^ThreadPoolExecutor executor max-queue-length password]
auth/Authenticator
Expand Down

0 comments on commit 7307cde

Please sign in to comment.