Vault-2840 Add no-op check for HTTP listener validity (#12421)

* fips tag and no-op code

* tls check

* change to error

* add tests

* add test file

* cleanup

* add changelog

* fix file difference

* remove changelog
This commit is contained in:
Rachel Culpepper
2021-09-07 18:36:58 -04:00
committed by GitHub
parent ec04bac512
commit 71d1a29e4f
3 changed files with 14 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// +build !race,!hsm
// +build !race,!hsm,!fips_140_3
// NOTE: we can't use this with HSM. We can't set testing mode on and it's not
// safe to use env vars since that provides an attack vector in the real world.