Requires new environment variable only needed for testing.
SAMBAL_SAMBA_HOST
SAMBAL_SAMBA_USERNAME
SAMBAL_SAMBA_PASSWORD
SAMBAL_SAMBA_REALM
They are loaded from environment variable so no secrets are put into the code.
The csrf token is read from the from using HTMLParser which turned out to be a nice and simple solution for extracting these actually, and didn't require any additional libraries.
Requires new environment variable only needed for testing.
They are loaded from environment variable so no secrets are put into the code.
The csrf token is read from the from using HTMLParser which turned out to be a nice and simple solution for extracting these actually, and didn't require any additional libraries.