-
Updated
Jan 13, 2022 - Go
service-mesh
Here are 424 public repositories matching this topic...
Search before asking
- I had searched in the issues and found no similar issues.
Apache SkyWalking Component
OAP server (apache/skywalking)
What happened
- Set
SW_PLUGIN_HTTP_INCLUDE_HTTP_HEADERS=x-request-id,x-correlation-idin environment. - OAP-Server Set `SW_SEARCHABLE_TAG_KEYS=http.method,http.he
-
Updated
Dec 27, 2021 - Shell
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
-
Updated
Dec 9, 2021 - Scala
-
Updated
Nov 29, 2021 - Makefile
-
Updated
Jan 13, 2022 - Go
-
Updated
Jan 13, 2022 - Go
-
Updated
Jan 7, 2022 - Java
-
Updated
Jun 2, 2021 - Python
-
Updated
Jan 11, 2022 - Go
I wonder if it's worth to develop a self message in Kiali checking the Istio version used.
That would help users to be aware if they are trying to deploy Kiali in a non compatible Istio version and save some time while troobleshooting.
Description
Right now we put an authentication filter on the whole API server including / and /gui.
If you put Kuma GUI behind an API gateway with another authentication mechanism like Okta, the gateway may pass authenticated JWT token down to the Kuma GUI. Kuma then is trying to authenticate the user using the User Token mechanism which of course fails.
We can configure the gateway
This GitHub Issue would also provide great value in instrumenting end-to-end tests where we can randomize app ports (within some ranges).
This will ensure that we are not accidentally hard-coding ports in Envoy configs etc.
Originally posted by @draychev in openservicemesh/osm#2755 (comment)
-
Updated
Aug 25, 2021 - C#
-
Updated
Aug 15, 2021 - Go
-
Updated
Jul 31, 2021 - Makefile
-
Updated
Jan 10, 2022 - Go
-
Updated
Jan 12, 2022 - Rust
-
Updated
Feb 26, 2020 - Go
Helm docs generation should happen during CI, not during codegen. As it stands, a GM or GME release will cause PR CI to fail until the author has regenerated code to bring in the helm docs changes.
Ideally, helm docs would be generated by the docs gen step after every merge to main.
Describe the bug
Failed to build polaris on macOS
To Reproduce
- chmod +x build.sh
- ./build.sh
./build.sh: line 5: realpath: command not found
usage: dirname string [...]
Expected behavior
After built, one can see 'polaris-server-release_${version}.tar.gz' package from the list.
Environment
- Version: latest
- OS: macOS Monterey
-
Updated
Oct 5, 2021 - C#
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."




Feature Description
We are planning to use the enterprise snapshot feature to backup consul to Minio.
Currently, the config does not have an option to force s3 path style:
consul-s3-storage-options
instead of backing up to BUCKET.MINIO_URL, it should backup to MINIO_URL/BUCKET
For informatin, this option