Skip to content

Commit

Permalink
Enable seal wrapping for approle secret storage (#28703)
Browse files Browse the repository at this point in the history
* Enable seal wrapping for approle secret storage

* changelog
  • Loading branch information
sgmiller authored Dec 20, 2024
1 parent 0d3a82a commit 3754c67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/credential/approle/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ func Backend(conf *logical.BackendConfig) (*backend, error) {
secretIDLocalPrefix,
secretIDAccessorLocalPrefix,
},
SealWrapStorage: []string{
secretIDPrefix,
secretIDLocalPrefix,
},
},
Paths: framework.PathAppend(
rolePaths(b),
Expand Down
3 changes: 3 additions & 0 deletions changelog/28703.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
auth/approle: seal wrap approle secrets if seal wrap is enabled.
```

0 comments on commit 3754c67

Please sign in to comment.