Adds transform secrets engine to feature (#12003)

* adds transform secrets engine to features list
This commit is contained in:
claire bontempo 2021-07-07 16:14:54 -07:00 committed by GitHub
parent c56069990a
commit 08d117ae5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

3
changelog/12003.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ui: add transform secrets engine to features list
```

View File

@ -12,6 +12,7 @@ const ALL_FEATURES = [
'Namespaces',
'KMIP',
'Entropy Augmentation',
'Transform Secrets Engine',
];
export function allFeatures() {