mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Pwacc (#218)
* Adds option to require Client Certificate and a Password to aquire write access in provider * Removed unnecessary flavourtext from provider markdown file * Fixed and simplified the auth middleware Co-authored-by: Jan Höfelmeyer <Jan Höfelmeyer jhoefelmeyer@intevation.de> Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
This commit is contained in:
parent
50024915f4
commit
2ac7940206
3 changed files with 47 additions and 24 deletions
|
|
@ -15,6 +15,7 @@ Following options are supported in the config file:
|
|||
- web: Specify the web folder. Default: `/var/www/html`.
|
||||
- upload_signature: Send signature with the request, an additional input-field in the web interface will be shown to let user enter an ascii armored signature. Default: `false`.
|
||||
- canonical_url_prefix: start of the URL where contents shall be accessible from the internet. Default: `https://$SERVER_NAME`.
|
||||
- certificate_and_password: Require password and a valid Client Certificate for write access. Default: false
|
||||
- no_passphrase: Let the user send the request without having to send a password. If set to true, the input-field in the web interface will be omitted. Default: `false`.
|
||||
- no_validation: Skip validation of the uploaded CSAF document against the JSON schema. Default: `false`.
|
||||
- no_web_ui: Disable the web interface. Default: `false`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue