mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI - Active Directory secrets (#4647)
* add AD secrets in the ui and move deprecated engines to the bottom of the list * fix tools tests * prettier
This commit is contained in:
@@ -279,7 +279,7 @@ test('it includes algorithm param for HMAC', function(assert) {
|
||||
backend: 'transit',
|
||||
id: 'akey',
|
||||
payload: {
|
||||
algorithm: "sha2-384"
|
||||
algorithm: 'sha2-384',
|
||||
},
|
||||
},
|
||||
'passes expected args to the adapter'
|
||||
|
||||
Reference in New Issue
Block a user