Faraday Manage Settings
The purpose of this documentation is to explain how to use faraday-manage settings
Update executive reports configuration¶
To update executive reports configuration to enable markdown
faraday-manage settings -a update executive_reports
markdown: True
border_size: 3
systemctl restart faraday-server
Update SMTP configuration¶
To setup your SMTP configurations
faraday-manage settings -a update smtp
enabled:
username
host:
port:
sender:
ssl:
Then update every field to the desired configuration
Update reports configuration and custom plugin folder¶
To update the custom plugin folder run the following command
faraday-manage settings -a update reports
ignore_info_severity[False]:
custom_plugins_folder:
Then update the field custom plugin folder to the specified path
Enable SAML¶
To enable SAML and update the SAML configuration,
faraday-manage settings -a update saml
enabled[False]:
display_name [Identity Provider]:
identity_id []:
user_role [admin]:
attribute_identifier []:
sso_url [http://localhost/saml/login]:
sp_certificate []:
sp_private_key []:
idp_certificate []: