mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Respond with data to all writes in PKI engine (#18222)
* Respond with data to all writes in PKI engine Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
@@ -44,13 +44,13 @@ func TestPatchCommand_Run(t *testing.T) {
|
||||
{
|
||||
"force_kvs",
|
||||
[]string{"-force", "pki/roles/example"},
|
||||
"Success!",
|
||||
"allow_localhost",
|
||||
0,
|
||||
},
|
||||
{
|
||||
"force_f_kvs",
|
||||
[]string{"-f", "pki/roles/example"},
|
||||
"Success!",
|
||||
"allow_localhost",
|
||||
0,
|
||||
},
|
||||
{
|
||||
@@ -62,13 +62,13 @@ func TestPatchCommand_Run(t *testing.T) {
|
||||
{
|
||||
"single_value",
|
||||
[]string{"pki/roles/example", "allow_localhost=true"},
|
||||
"Success!",
|
||||
"allow_localhost",
|
||||
0,
|
||||
},
|
||||
{
|
||||
"multi_value",
|
||||
[]string{"pki/roles/example", "allow_localhost=true", "allowed_domains=true"},
|
||||
"Success!",
|
||||
"allow_localhost",
|
||||
0,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user