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:
Matthew Irish
2018-05-29 09:14:31 -05:00
committed by GitHub
parent 3325813341
commit 2f67754951
31 changed files with 171 additions and 125 deletions

View File

@@ -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'