Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/server/middleware: fix invalid project ID errors in logs
don't attempt to parse an invalid public project ID like "-" if no credentials are present, or if there's an empty string returned from authservice. If authservice produces an empty UUID (string as all zeros) then it's still valid and won't cause any problems. Change-Id: I6ae5a14d0500397f312694b3afc7a8ce41e95c29
- Loading branch information