zoo: Send password (not hash) to authenticate with Island

This step was missed in merge e609094a.
This commit is contained in:
Mike Salvatore 2021-05-06 21:39:50 -04:00
parent e609094a59
commit 5b75dc524a
1 changed files with 1 additions and 4 deletions

View File

@ -8,10 +8,7 @@ import requests
from envs.monkey_zoo.blackbox.island_client.supported_request_method import SupportedRequestMethod
# SHA3-512 of '1234567890!@#$%^&*()_nothing_up_my_sleeve_1234567890!@#$%^&*()'
NO_AUTH_CREDS = (
"55e97c9dcfd22b8079189ddaeea9bce8125887e3237b800c6176c9afa80d2062"
"8d2c8d0b1538d2208c1444ac66535b764a3d902b35e751df3faec1e477ed3557"
)
NO_AUTH_CREDS = "1234567890!@#$%^&*()_nothing_up_my_sleeve_1234567890!@#$%^&*()"
LOGGER = logging.getLogger(__name__)