AlessiaVe

Results 2 issues of AlessiaVe

add in base.py a method for interrogate the interfaces dictonary. In the file openwrt and airos the method interfaces_type search the value of the type from the interfaces dictonary. This...

In the configuration file /Docker-compose/.env.example the variable [SATOSA_PUBLIC_KEY](https://github.com/italia/Satosa-Saml2Spid/blob/c32a6e35a77be9f211c5cd29710da243b3344f7d/Docker-compose/.env.example#L11C1-L11C18) must be renamed with SATOSA_CERT_FILENAME. In fact, SATOSA_PUBLIC_KEY is defined in [Docker-compose/docker-compose.yml](https://github.com/italia/Satosa-Saml2Spid/blob/c32a6e35a77be9f211c5cd29710da243b3344f7d/Docker-compose/docker-compose.yml#L93) `SATOSA_PUBLIC_KEY=${KEYS_FOLDER}/${SATOSA_CERT_FILENAME:-cert.pem}` With the actual configuration file, if someone changes the...