open-vault/command/server
Chris Hoffman 9d73c81f38 Disable the sys/raw endpoint by default (#3329)
* disable raw endpoint by default

* adding docs

* config option raw -> raw_storage_endpoint

* docs updates

* adding listing on raw endpoint

* reworking tests for enabled raw endpoints

* root protecting base raw endpoint
2017-09-15 00:21:35 -04:00
..
test-fixtures Disable the sys/raw endpoint by default (#3329) 2017-09-15 00:21:35 -04:00
config.go Disable the sys/raw endpoint by default (#3329) 2017-09-15 00:21:35 -04:00
config_test.go Disable the sys/raw endpoint by default (#3329) 2017-09-15 00:21:35 -04:00
listener.go Moved PROXY protocol wrap to execute before the TLS wrap (#3195) 2017-08-23 12:00:09 -04:00
listener_tcp.go Moved PROXY protocol wrap to execute before the TLS wrap (#3195) 2017-08-23 12:00:09 -04:00
listener_tcp_test.go tls_client_ca_file option for verifying client (#3034) 2017-08-03 07:33:06 -04:00
listener_test.go