sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Results 183 sdk issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Artem Glazychev ## Description Adds `once.UntilSuccsess` (similar to `sync.Once`), that we can call until the first success ## Issue link ## How Has This Been Tested? - [x] Added...

## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [ ] Tested manually - [ ] Tested by integration...

## Description Tests are unstable on **macOS**: 1. Test_DNSUsecase 2. TestNSMGR_HealEndpoint/Local_New 3. TestNSMGR_HealEndpoint/Remote_New 4. TestNSMGRHealEndpoint_DataPlaneBroken_CtrlPlaneBroken ## Failure Logs https://github.com/networkservicemesh/sdk/actions/runs/3418389668/jobs/5690626218 ## Failure Logs Zip [logs_19630.zip](https://github.com/networkservicemesh/sdk/files/9960101/logs_19630.zip)

Signed-off-by: Artem Glazychev ## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [x] Tested manually - [x] Tested by...

Signed-off-by: Artem Glazychev ## Description In the current implementation, we update the `eventFactory` context [after a successful request](https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/common/begin/client.go#L85). This is not quite right, because in addition to updating the context...

## Current Behavior When forwarder dies NSC tries to reconnect to NSE with path that contains old forwarder segment. Authorize chain element lets new forwarder change only path segment of...

## Description During fixing issue reported by @richardstone23 I found a few issues in our current NSM logging system 1. We are using TracingEnabled(true) in each cmd application, when we...

bug
ASAP

## 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...

enhancement

## Question Why don't `registry-memory`, `nsmgr`, `nsmgr-proxy` and `proxy-dns` use default [registry client](https://github.com/networkservicemesh/sdk/blob/main/pkg/registry/chains/client/ns_client.go#L36) ? ## Examples Places where `registry client` should be used: 1. https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/chains/nsmgr/server.go#L202 2. https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/chains/nsmgr/server.go#L222 3. https://github.com/networkservicemesh/sdk/blob/main/pkg/networkservice/chains/nsmgrproxy/server.go#L201 4....

## Expected Behavior On version 1.5.0 and earlier, the logs from the first and last chain element were always full, which was convenient for tracking the current state. For example,...