skupper icon indicating copy to clipboard operation
skupper copied to clipboard

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.

Results 237 skupper issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Today, if a system site is meant to allow incoming connections from other Skupper sites, it has to provide a...

enhancement

Add the link delete command for non-kube environment.

cli

**Describe the bug** Custom annotations and labels defined in a configMap containing the label skupper.io/label-template does not gets applied to a Link created by Skupper via accessGrant / AccessToken **How...

test
controller

The `hey` Containerfile introduced in https://github.com/skupperproject/skupper/pull/1652/files#diff-a49f0e686902bad1c7d315c3d0961ac9686e01493982c4f0c3f98c560c409352 defines a `CMD`, but not an `ENTRYPOINT`. The HTTP performance test is not reflecting that change, and failing with the error below: ``` Error:...

**Describe the bug** The `certs.GenerateSecret` function takes arguments for the properties of a TLS Certificate to generate (including a CA Secret) and returns just a resulting Secret containing the new...

**Describe the bug** Custom annotations and labels defined in a configMap containing the label skupper.io/label-template does not gets applied to some skupper/k8s components : - routeraccess.skupper.io/skupper-router - serviceaccount/skupper-router - role.rbac.authorization.k8s.io/skupper-router...

test
controller

**Is your feature request related to a problem? Please describe.** Today if an AccessToken is placed under input/resources, everytime a system site is started it will try to redeem the...

In skupper 2.0, a special ConfigMap with the label `skupper.io/label-template` can be used to configure the skupper controller for kubernetes to apply labels to specific resources that it creates. When...

**Describe the bug** The kube-adaptor's config-sync function occasionally opens new connections to the router but does not appear to ever close those connections. As a result, over time many open...

This issue requests a change to the way that RouterAccess resources are processed when `generateTlsCredentials` is turned off. Here's the scenario: - `generateTlsCredentials` is set to false - `tlsCredentials` is...