This section describes the main security related points of PyScaler
Being PyScaler a Django based application it delegates the security to Django’s security mechanisms.
All urls are protected except the homepage. If an user tries to access a secured page without being logged it will be automatically redirected to a login page.
Users can be managed from the administration pages.
Django provides the following protection mechanisms againts possible attackers:
All SSH communications must be authenticatd using key files. The usage of key files provides a higher level of control and enables easier automation.
JMX connection to JVM can be secured using user and password
All communications agains Amazon Web Services are authenticad using a public key authentication.