service-mesh
Here are 330 public repositories matching this topic...
-
Updated
Dec 19, 2020 - Go
Now some of the http client plugins record the username:password into the tag peer and url, this should be removed explicitly.
Example request url might be http://username:[email protected]
Describe the bug
In the naming module, ServiceController's "create" method has an optional
-
Updated
Dec 11, 2020 - Shell
Currently the service profile generation from proto/swagger requires that you have access to the k8s cluster that has Linkerd running.
The only reason for this is that currently the cluster domain is fetched from the Linkerd installation on the cluster.
I propose that the profile command be updated to support the --ignore-cluster flag
I also propose that there should be a flag `--cluste
-
Updated
Sep 11, 2020 - Scala
-
Updated
Dec 9, 2020 - Makefile
-
Updated
May 9, 2020 - Python
-
Updated
Dec 17, 2020 - Java
-
Updated
Dec 18, 2020 - Go
-
Updated
Dec 18, 2020 - Go
Align tooltip style
Kiali uses tooltip in multiple locations, in some cases style difers even for the same concepts.
I noticed some changes on this kiali/kiali-ui#1884 but it would require some global issue to review all tooltips and check that they look like similar (at least for the same concept).
Summary
kumactl install control-plane does not respect user overrides of kuma env variables passed with the --env-var flag. This makes it difficult to customize an install past what is officially supported.
Steps To Reproduce
kumactl install control-plane --env-var KUMA_DEFAULTS_SKIP_MESH_CREATION=true- See the duplicate entries for
KUMA_DEFAULTS_SKIP_MESH_CREATIONi
-
Updated
Jul 26, 2020 - Go
openservicemesh/osm#1931 requests to lower the key bit size by default; we would like to have a mechanism to configure the key bit size on OSM, as opposed to a hardcoded value.
Scope (please mark with X where applicable)
- New Functionality [X]
- Envoy Control Plane [X]
- Certificate Management [X]
Possible use cases
Current default-o
-
Updated
Dec 17, 2020 - C#
-
Updated
Nov 17, 2020 - Go
-
Updated
Dec 9, 2020 - Makefile
-
Updated
Feb 26, 2020 - Go
-
Updated
Dec 19, 2020 - Rust
We should improve our cluster name validation at cluster registration time. Currently, providing a non-k8s-compliant name will result in the installation of all agent charts but will fail when provisioning the remote service account.
❯ meshctl cluster register --cluster-name cluster1ASD--
INFO[0005] finished installing chart as release: agent-crds
INFO[0008] finished installing char-
Updated
Dec 16, 2020 - C#
-
Updated
Dec 15, 2020 - Vue
Create an example walkthrough that focuses on TCP based routing with TLS support.
Current Behavior
The individual service mesh management pages have a namespace field with "default" prepopulated.
Desired Behavior
The namespace field should not only show "default" as an option, but should also include the list of namespaces that are currently present in the user's Kubernetes environment. Pre-populating this text field will be a UX improvement and it will also help
-
Updated
May 31, 2018 - Rust
Improve this page
Add a description, image, and links to the service-mesh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the service-mesh topic, visit your repo's landing page and select "manage topics."
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://