sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add support for registry Path

Open denis-tingaikin opened this issue 2 years ago • 1 comments

Overview

Previously we added a support OPA for registry service. (See at https://github.com/networkservicemesh/sdk/issues/269)

The second step is to add for registries the possibility to use a zero trust.

For this reason, we planned to add a Path structure for registries.

Link to the Google Docs document

https://github.com/networkservicemesh/api/pull/147#issuecomment-1259996795

References

https://github.com/networkservicemesh/sdk/issues/269

Solutions

  1. https://github.com/networkservicemesh/api/issues/148
  2. Your options

denis-tingaikin avatar Oct 12 '22 13:10 denis-tingaikin

@NikitaSkrynnik

For a first step, we could try to implement metadata sending/receiving for the registry service.

Basically, we need to support these cases:

  1. client adds its token to the path from metadata
  2. server adds its token to the path in metadata
  3. server sends a path to the second registry server via metadata

denis-tingaikin avatar Oct 12 '22 13:10 denis-tingaikin