sul-dlss / media

placeholder (currently) for media team work
1 stars 0 forks source link

need better understanding of auth check failures so that we can add capacity to monitor for them #149

Open hannahfrost opened 6 years ago

hannahfrost commented 6 years ago

When Wowza and our custom java wowza plug-in fail an authorization check, we don't know why, so it is not monitorable.

We could improve the logging to gather information for analysis of the issue.

jkeck commented 6 years ago

It appears that the authorization checks may be failing around here https://github.com/sul-dlss/dlss-wowza/blob/3ad17038486f60852433df4a42e11e2a91291463/src/edu/stanford/dlss/wowza/SulWowza.java#L279-L290

Adding some logging in to know which branch of that logic is failing would be helpful in understanding the nature of the problem.