[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 01/02: (sandbox) key-rotation command
From: |
gnunet |
Subject: |
[taler-wallet-core] 01/02: (sandbox) key-rotation command |
Date: |
Tue, 27 Jul 2021 10:08:09 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository wallet-core.
commit d591933890ffb23ecaf23a5da85c41ac95416ffa
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 07:55:45 2021 +0200
(sandbox) key-rotation command
---
packages/taler-wallet-cli/src/integrationtests/libeufin.ts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
index 867de706..037ba116 100644
--- a/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/libeufin.ts
@@ -699,6 +699,14 @@ export class LibeufinCli {
}
export namespace LibeufinSandboxApi {
+ export async function rotateKeys(
+ libeufinSandboxService: LibeufinSandboxServiceInterface,
+ hostID: string,
+ ) {
+ const baseUrl = libeufinSandboxService.baseUrl;
+ let url = new URL(`admin/ebics/hosts/${hostID}/rotate-keys`, baseUrl);
+ await axios.post(url.href);
+ }
export async function createEbicsHost(
libeufinSandboxService: LibeufinSandboxServiceInterface,
hostID: string,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.