-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
97 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ env: | |
KMS_USE_CERTBOT: true | ||
KMS_CERTBOT_HOSTNAME: kms.sgx.ci.cosmian.dev | ||
KMS_CERTBOT_EMAIL: [email protected] | ||
KMS_CERTBOT_USE_TEE_KEY: abcdef0123456789 | ||
KMS_CERTBOT_USE_TEE_KEY: abcdef0123456789 | ||
|
||
on: | ||
workflow_call: | ||
|
@@ -16,9 +16,11 @@ on: | |
type: string | ||
|
||
jobs: | ||
|
||
run_and_test: | ||
|
||
concurrency: | ||
group: sgx_concurrency_group | ||
|
||
services: | ||
kms: | ||
image: ghcr.io/cosmian/enclave-kms-insecure:${{ inputs.kms-version }} | ||
|
@@ -40,7 +42,7 @@ jobs: | |
-p 80:80 \ | ||
-p 9998:9998 \ | ||
-d --rm --name enclave-kms-insecure ghcr.io/cosmian/enclave-kms-insecure:${{ inputs.kms-version }} | ||
- name: Install Rust toolchain | ||
uses: actions-rs/toolchain@v1 | ||
|
||
|
@@ -51,10 +53,10 @@ jobs: | |
run: | | ||
KMS_CLI_CONF=ci/sgx/kms-test-ci.json ckms bootstrap-start --sqlite-path private_data/ --database-type sqlite | ||
sleep 20 | ||
- name: Verify | ||
run: KMS_CLI_CONF=ci/sgx/kms-test-ci.json ckms verify | ||
|
||
- name: Symmetric key create | ||
run: KMS_CLI_CONF=ci/sgx/kms-test-ci.json ckms sym keys create | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmian_kms_client" | ||
version = "4.9.0" | ||
version = "4.9.1" | ||
authors = ["Bruno Grieder <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../LICENSE.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmian_logger" | ||
version = "4.9.0" | ||
version = "4.9.1" | ||
authors = ["Emmanuel Coste <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../LICENSE.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmian_kms_python" | ||
version = "4.9.0" | ||
version = "4.9.1" | ||
authors = ["Hugo Rosenkranz-Costa <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../LICENSE.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cosmian_kms_server" | ||
version = "4.9.0" | ||
version = "4.9.1" | ||
authors = ["Bruno Grieder <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../LICENSE.md" | ||
|
Oops, something went wrong.