Page MenuHomePhabricator

[Keyserver/rust] Initialize gRPC with host's TLS certs
ClosedPublic

Authored by jon on Jul 18 2023, 2:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 8:27 PM
Unknown Object (File)
Wed, Dec 25, 8:27 PM
Unknown Object (File)
Wed, Dec 25, 8:27 PM
Unknown Object (File)
Wed, Dec 25, 8:26 PM
Unknown Object (File)
Wed, Dec 25, 8:19 PM
Unknown Object (File)
Dec 6 2024, 10:16 PM
Unknown Object (File)
Nov 28 2024, 9:38 PM
Unknown Object (File)
Nov 28 2024, 9:34 PM
Subscribers

Details

Summary

Ensure that connections using https have the host's
CA certificates loaded prior to connecting to identity service.

https://linear.app/comm/issue/ENG-4410

Test Plan
  • Dev Workflow:
    • Start localstack and identity service
    • cd keyserver && yarn dev
  • Prod Workflow:
    • export COMM_JSONCONFIG_secrets_identity_service_config="{\"identitySocketAddr\":\"https://identity.commtechnologies.org:50054\"}"
    • cd keyserver && yarn dev

In both workflows, the metadata table should be populated
with user_id and access_token

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 19 2023, 4:46 AM
This revision now requires review to proceed.Jul 19 2023, 9:16 AM

No context on Rust

This revision is now accepted and ready to land.Jul 19 2023, 11:48 AM