Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d97c858
[CRE] Wire confidential relay handler
nadahalli Mar 3, 2026
8cd2be4
Add changeset for confidential relay wiring
nadahalli Mar 3, 2026
9cb441a
Bump confidential-compute/attestation to rebased commit
nadahalli Mar 4, 2026
9ba79b0
Add confidential relay gateway handler (Remote-C)
nadahalli Mar 2, 2026
dd6000b
Bump chainlink-common, use shared confidentialrelay types
nadahalli Mar 3, 2026
4950b8b
Add CRE test framework support for confidential relay DON
nadahalli Mar 4, 2026
f55a479
Wire CA roots PEM through confidential relay service
nadahalli Mar 4, 2026
f10532f
Add GIT_AUTH_TOKEN secret mount to Dockerfile, set confidential-relay…
nadahalli Mar 4, 2026
2a24e4a
Add mock capability to command-to-capabilityID mapping
nadahalli Mar 4, 2026
e603c34
Add confidential-workflows plugin, update gitRefs to clean commit
nadahalli Mar 5, 2026
197180a
Bump confidential-compute deps to include E2E test fixes
nadahalli Mar 5, 2026
d658ea3
Fix corrupted gitRef hash in plugins.private.yaml
nadahalli Mar 5, 2026
250456f
Remove MethodSecretsGet from confidential relay gateway handler
nadahalli Mar 10, 2026
768dd59
Bump confidential-compute pseudo-versions to rebased branch tips
nadahalli Mar 10, 2026
e05476a
Wire confidential relay handler in gateway job switch
nadahalli Mar 12, 2026
8c9f5c0
Fix gateway service name routing for confidential relay handler
nadahalli Mar 13, 2026
96ad322
Replace env vars with TOML config for confidential relay handler
nadahalli Mar 16, 2026
0da1f19
Copy attestation and relay handler from confidential-compute, drop CC…
nadahalli Mar 16, 2026
98b9b1e
Revert Dockerfile auth token hack (no longer needed without CC depend…
nadahalli Mar 16, 2026
3fa6372
Use teeattestation from chainlink-common, delete local attestation copy
nadahalli Mar 16, 2026
68831ca
Add MethodSecretsGet to relay handlers for remote secret fetching
nadahalli Mar 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/confidential-relay-wiring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

Wire confidential relay handler as a CRE subservice for enclave secrets and capability dispatch #added #wip
Loading
Loading