Ensure that connections using https have the host's
CA certificates loaded prior to connecting to identity service.
Details
Details
- 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
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable