We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e663b commit 7a6d045Copy full SHA for 7a6d045
builtin/logical/transit/path_keys_test.go
@@ -10,7 +10,7 @@ import (
10
"testing"
11
"time"
12
13
- "github.com/hashicorp/go-uuid"
+ uuid "github.com/hashicorp/go-uuid"
14
"github.com/hashicorp/vault/api"
15
"github.com/hashicorp/vault/audit"
16
"github.com/hashicorp/vault/builtin/logical/transit"
changelog/28839.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+secrets/transit: Fix a race in which responses from the key update api could contain results from another subsequent update
3
+```
0 commit comments