mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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
|
|
@ -48,6 +48,7 @@ type config struct {
|
|||
TLPs []tlp `toml:"tlps"`
|
||||
UploadSignature bool `toml:"upload_signature"`
|
||||
CanonicalURLPrefix string `toml:"canonical_url_prefix"`
|
||||
CertificateAndPassword bool `toml:"certificate_and_password"`
|
||||
NoPassphrase bool `toml:"no_passphrase"`
|
||||
NoValidation bool `toml:"no_validation"`
|
||||
NoWebUI bool `toml:"no_web_ui"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue