mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Run CI tests in docker instead of a machine. (#8948)
This commit is contained in:
@@ -154,10 +154,10 @@ func testJWTEndToEnd(t *testing.T, ahWrapping bool) {
|
||||
}()
|
||||
|
||||
config := &sink.SinkConfig{
|
||||
Logger: logger.Named("sink.file"),
|
||||
AAD: "foobar",
|
||||
DHType: "curve25519",
|
||||
DHPath: dhpath,
|
||||
Logger: logger.Named("sink.file"),
|
||||
AAD: "foobar",
|
||||
DHType: "curve25519",
|
||||
DHPath: dhpath,
|
||||
DeriveKey: true,
|
||||
Config: map[string]interface{}{
|
||||
"path": out,
|
||||
|
||||
Reference in New Issue
Block a user