Skip to content
#

service-mesh

Here are 366 public repositories matching this topic...

olix0r
olix0r commented Apr 28, 2021

The proxy-metrics diagnostics include potentially private information (service names, pod names, etc).

It would be helpful if this command could support an --obfuscate flag that mangles metric label values like

  • authority
  • dst_service
  • dst_namespace
  • target_addr
  • server_id
  • client_id

Each of these values should be hashed so that values can be correlated but shou

kuma
jpeach
jpeach commented Jul 9, 2021

Summary

Most Kuma annotations use GetEnabled but kuma.io/sidecar-injected uses GetBool. This means that, even though kuma.io/sidecar-injected is a boolean annotation like plenty of others in Kuma, it doesn't not accept the same set of values.

We should dump GetBool and add strconv.ParseBool support to GetEnabled so that we have just one consistent way of handling boolean an

osm
allenlsy
allenlsy commented Jun 8, 2021

Please describe the Improvement and/or Feature Request

Many CLI commands are using the Golang native flags library, and temporary variables are declared globally in packages. This is difficult for doing unit test, as we need to store and restore global variable values in the process.

Cobra is a better choice for creating commands

meshery
warunicorn19
warunicorn19 commented Aug 7, 2021

Current Behavior

The chevron in the dashboard is getting pushed down when the drawer is closed.

Desired Behavior

The chevron should be visible to the user on closing of the drawer.

Implementation

The chevron is already sticky, but the space between the other icons seems to be causing, try decreasing that.

Acceptance Tests

  • Chevron should be visible when the

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Jul 27, 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.

Curate this topic

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

Learn more