Skip to content
#

service-mesh

Here are 424 public repositories matching this topic...

consul
alpeb
alpeb commented Nov 10, 2021

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

kuma
jakubdyszkiewicz
jakubdyszkiewicz commented Dec 17, 2021

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

osm
meshery
GuangmingLuo
GuangmingLuo commented Jan 5, 2022

Describe the bug
Failed to build polaris on macOS

To Reproduce

  1. chmod +x build.sh
  2. ./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

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

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