This adds an identity subfield to KeyserverKeysResponse. This allows verification of keyserver username through identity service.
Details
Details
Made a getKeyserverKeys grpc request and confirmed keyserver info + username response
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This diff modifies identity and protofiles to add Identity subfield to KeyserverKeysResponse. Awaiting landing of D10587 to include web codegen files on next diff
services/identity/src/grpc_services/authenticated.rs | ||
---|---|---|
219–240 ↗ | (On Diff #35509) | we could probably simplify this by using our impl TryFrom<DeviceInfoWithAuth<'_>> for OutboundKeyInfo. would you mind creating a backlog task for this? |
services/identity/src/grpc_services/authenticated.rs | ||
---|---|---|
219–240 ↗ | (On Diff #35509) |