Follow-up to #103 / PR #107.
Problem
The ADP connector ships its manifest + isolation tests only — it cannot execute live. ADP mandates mutual TLS: a client X.509 certificate (CSR-signed by ADP) presented at the TLS handshake on every call, to both:
- the token endpoint
accounts.adp.com, and
- the data gateway
api.adp.com.
The shared declarative-REST fetch path cannot attach a client certificate to its outbound TLS connection, so every ADP request fails the handshake.
What's needed
References
- Adapter + caveat box:
src/connectors/adapters/adp.ts
- Tests (stubbed fetch; mTLS not exercised):
tests/adp.test.ts
- Parent epic: tangle-network/agent-dev-container#2268
Follow-up to #103 / PR #107.
Problem
The ADP connector ships its manifest + isolation tests only — it cannot execute live. ADP mandates mutual TLS: a client X.509 certificate (CSR-signed by ADP) presented at the TLS handshake on every call, to both:
accounts.adp.com, andapi.adp.com.The shared declarative-REST
fetchpath cannot attach a client certificate to its outbound TLS connection, so every ADP request fails the handshake.What's needed
src/connectors/adapters/adp.tsand enable live execution + integration tests.References
src/connectors/adapters/adp.tstests/adp.test.ts