Adds transform secrets engine to feature (#12003)
* adds transform secrets engine to features list
This commit is contained in:
parent
c56069990a
commit
08d117ae5b
|
@ -0,0 +1,3 @@
|
||||||
|
```release-note:improvement
|
||||||
|
ui: add transform secrets engine to features list
|
||||||
|
```
|
|
@ -12,6 +12,7 @@ const ALL_FEATURES = [
|
||||||
'Namespaces',
|
'Namespaces',
|
||||||
'KMIP',
|
'KMIP',
|
||||||
'Entropy Augmentation',
|
'Entropy Augmentation',
|
||||||
|
'Transform Secrets Engine',
|
||||||
];
|
];
|
||||||
|
|
||||||
export function allFeatures() {
|
export function allFeatures() {
|
||||||
|
|
Loading…
Reference in New Issue