Restrict Who Can See List of People in Prod #171
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present, a non-admin person can see the complete list of people who have authenticated with
auth
on ourtest
version: https://dwylauth.herokuapp.com/peopleThis is a useful feature during development because we can immediately see who has logged in & when. but ...
It's obviously undesirable as it's "leaking" Personally Identifiable Information (PII)
Even though this is a Test System, we still don't want to let anyone see who has authenticated.
So I propose we restrict the data visible in this view to only the
admin
of the App andsuperadmin
.The text was updated successfully, but these errors were encountered: