Additional Security

Forums:

One other thing that I have done is to add one more step beyond just authentication to the overwatch console python script. Not only does it require authentication, now it will only allow specific users. This keeps from a random user being created and granting it access. It checks the environment variables in python for REMOTE_USER and that incoming user much match for it to display the html body. If the user does not match, then it will only display a blank page. More to come on the code updates.