Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Router and labels in Hello World #1758

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

ipetr0v
Copy link
Contributor

@ipetr0v ipetr0v commented Nov 20, 2020

This change adds Router pattern and client labels to Hello World example.
Hello World creates individual Handler Nodes for each client request and assigns client labels to them.

Ref #1745

@google-cla google-cla bot added the cla: yes label Nov 20, 2020
@ipetr0v
Copy link
Contributor Author

ipetr0v commented Nov 20, 2020

This example will also require client authentication labels.

@ipetr0v ipetr0v changed the title Use labels in Hello World Use Router and labels in Hello World Nov 20, 2020
@ipetr0v ipetr0v merged commit 29822e2 into project-oak:main Nov 30, 2020
@ipetr0v ipetr0v deleted the update_hello_world branch November 30, 2020 16:30
@github-actions
Copy link

Reproducibility Index:

6f808be34510afaa0de58f8895a0ef9763e15b77f6500da0cd960a2876216f44  ./examples/target/wasm32-unknown-unknown/release/abitest_0_frontend.wasm
eb60deacb56d49403b661b905937248d993893993c0eb04b805ec51d4b59eb39  ./examples/target/wasm32-unknown-unknown/release/abitest_1_backend.wasm
fad14d04075122555566b57ee0846e90efa8aeeb611651414b4bc4c6c78d8e88  ./examples/target/wasm32-unknown-unknown/release/aggregator.wasm
f9340bf02d505f2a1b92ae246587909003eec5beabd87aaafebb21b453b17d62  ./examples/target/wasm32-unknown-unknown/release/chat.wasm
bbce67d953407af7c70a82a9528b13e1d2fd56a9a88f96882482e1e3a24b72b7  ./examples/target/wasm32-unknown-unknown/release/hello_world.wasm
87c3edf77de66fb1717634da7f4ae6c006dc0e808ea26b82d3ee2da2453653a0  ./examples/target/wasm32-unknown-unknown/release/http_server.wasm
1d890852653b51f7053ec4e6275668411fd87c75994407457002410408ede810  ./examples/target/wasm32-unknown-unknown/release/injection.wasm
26381f8a309b1fa5d531ac2beeeed827257a876455e5dfef3ccbd9c86ca83bb0  ./examples/target/wasm32-unknown-unknown/release/private_set_intersection.wasm
368e7e83cf3ba73ce300fc686328ad9a464f9df338dbe1fc974d42c43f9628e5  ./examples/target/wasm32-unknown-unknown/release/private_set_intersection_handler.wasm
becb222cc7c5d87400c5d8453e2b636bb7b7438f8d23177bf52e703d0fbb2a5c  ./examples/target/wasm32-unknown-unknown/release/translator.wasm
0d9d8cdb9f53a480782cd63752efd74d6c9a5f8efcbf13ea145c87e81fea01c4  ./examples/target/wasm32-unknown-unknown/release/trusted_database.wasm
69aea410e7d2b8d3e21eb30cc361df78ce5e18f39a3923eb569e352906b69140  ./oak_loader/target/x86_64-unknown-linux-musl/release/oak_loader

Reproducibility Index diff:

diff --git a/reproducibility_index b/reproducibility_index
index 74001d1..2729998 100644
--- a/reproducibility_index
+++ b/reproducibility_index
@@ -2,7 +2,7 @@
 eb60deacb56d49403b661b905937248d993893993c0eb04b805ec51d4b59eb39  ./examples/target/wasm32-unknown-unknown/release/abitest_1_backend.wasm
 fad14d04075122555566b57ee0846e90efa8aeeb611651414b4bc4c6c78d8e88  ./examples/target/wasm32-unknown-unknown/release/aggregator.wasm
 f9340bf02d505f2a1b92ae246587909003eec5beabd87aaafebb21b453b17d62  ./examples/target/wasm32-unknown-unknown/release/chat.wasm
-9bb883267153ebed6c63b6fb15316804d8f3595d611251069445713f50626f6d  ./examples/target/wasm32-unknown-unknown/release/hello_world.wasm
+bbce67d953407af7c70a82a9528b13e1d2fd56a9a88f96882482e1e3a24b72b7  ./examples/target/wasm32-unknown-unknown/release/hello_world.wasm
 87c3edf77de66fb1717634da7f4ae6c006dc0e808ea26b82d3ee2da2453653a0  ./examples/target/wasm32-unknown-unknown/release/http_server.wasm
 1d890852653b51f7053ec4e6275668411fd87c75994407457002410408ede810  ./examples/target/wasm32-unknown-unknown/release/injection.wasm
 26381f8a309b1fa5d531ac2beeeed827257a876455e5dfef3ccbd9c86ca83bb0  ./examples/target/wasm32-unknown-unknown/release/private_set_intersection.wasm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants