Skip to content
#

service-mesh

Here are 267 public repositories matching this topic...

dorongold
dorongold commented Sep 11, 2019

Summary

Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.

Additional Details

There are many use-cases that come to mind:

  • Using environment variables inside the d
DHBin
DHBin commented Mar 31, 2020

Issue Description

Type: bug report

Describe what happened

java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance/beat after all servers([minion-register:8848]) tried: failed to req API:minion-register:8848/nacos/v1/ns/instance/beat. code:400 msg: java.lang.IllegalArgumentException: dom name can only have these characters: 0-9a-zA-Z-._:, current: DEFAULT_GROU
muety
muety commented Sep 21, 2019

In README.md there is the following command:

docker run --it  --name tgr -p 5000:5000 -e CLIENT_ID="xxxxxxx" -e CLIENT_SECRET="xxxxxxxxxxxxxxx" -e DEBUG="True" tgr

There is two issues with that:

  1. It should be -it, rather than --it, since the first one is invalid
  2. You also need to specify -e HOST="0.0.0.0" and -e PORT="5000" in order for the app to start.

Addi

maesh
kevinpollet
kevinpollet commented Apr 15, 2020

Proposal

At some point, Maesh will experience security issues. To handle them gracefully, we should document our security policy and define, at least:

  • How and where security vulnerabilities will be reported.
  • How to disclose a security vulnerability responsibly.

We should have a look at the GitHub [Security policy](https://help.github.com/en/github/managing-security-vulnerabiliti

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 Apr 25, 2020
  • C#
shwetasahuit
shwetasahuit commented Feb 14, 2020

Describe the bug
Our example uses aws ecr get-login for authentication. However in the AWS CLI version 2 aws ecr get-login is deprecated and is replaced with the command aws aws ecr get-login-password command. Hence the examples will fail if run on aws cli version 2.

Platform
All.

Additional context
The examples will continue to run using aws cli version 1.
Refer [here](htt

bug
stevej
stevej commented Jul 11, 2017
$ curl -X POST -vvvv  http://127.0.0.1:9989/shutdown
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 9989 (#0)
> POST /shutdown HTTP/1.1
> Host: 127.0.0.1:9989
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Length: 0
< Date: Tue, 11 Jul 2017 22:50:51 GMT
<
* Curl_http_done: called premature == 0
* Connection #0 to host 1
shashankram
shashankram commented Apr 23, 2020

SMI spec should document the spec in detail - documenting fields in the spec.

Currently, the documentation is not documenting the exact specification of the fields in the spec. The approach currently followed is to describe the spec from an example, which does not cover all possibilities.

For ex. consider the following spec:

apiVersion: metrics.smi-spec.io/v1alpha1
kind: TrafficMetric

ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)

  • Updated May 15, 2020
  • Java
denis-tingajkin
denis-tingajkin commented Mar 4, 2020

Motivation

We need to check the case of the remote connection of kernerl-forwarder and vppagent-forwarder via vxlan remote mechanism.

Test steps

  1. Deploy nsmgr on node1. //force select vxlan remote mechanism
  2. Deploy vppagent-forwarder on node1.
  3. Deploy nsmgr on node2. //force select vxlan remote mechanism
  4. Deploy kernel-forwarder on node2.
  5. Deploy nse1 on node2

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

You can’t perform that action at this time.