Skip to content
#

microservices

Here are 3,702 public repositories matching this topic...

goldbergyoni
goldbergyoni commented Jan 26, 2020

Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.

You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.

At first, we want to collect ideas for best practices, solidify a list

samcoenen
samcoenen commented Mar 11, 2019

Looks closely related to #779

I'm submitting a...


[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Middleware is being called for every endpoint a request route could potentially match.

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
abeMedia
abeMedia commented Apr 4, 2020

It's not clear to me how auth/casbin is meant to be used. I had a look at the test cases but it looks like that's just using hard-coded values. Are we meant to wrap this with our own middleware that injects the subject & object and populates the context with the model & policy or is this just meant to serve as an example implementation?

Would be good to have a readme to add a little more cont

基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。

  • Updated Apr 23, 2020
  • Java
yanglanfang1000
yanglanfang1000 commented Apr 28, 2020

Reproduce Steps:

  1. Deployed a Kubernetes cluster in Azure with AKS-Engine
    https://github.com/Azure/aks-engine/blob/master/docs/tutorials/quickstart.md#aks-engine-the-long-way
    2)Setup Helm and Tiller
    $ kubectl apply -f helm-rbac.yaml
    $ helm init --history-max 200 --service-account tiller --node-selectors "beta.kubernetes.io/os=linux"
    3)Create a static IP and set the dns
    az network public-ip
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
quexer
quexer commented Oct 16, 2019

Hello,

We're using etcdv3 with a self-signed cert. so we can't use the default micro binary although etcdv3 support has been built in since v1.11.0

Is there any approach to access it without rebuilding the micro binary?

If the rebuild is needed, where should I put the "tls.Config initialize" code?

micro version: 1.11.0

Thanks.

refer, #210 #178


update:

It seems mi

edlefebvre
edlefebvre commented Dec 10, 2019

Prerequisites

  • I am running the latest version. (up upgrade)
  • I searched to see if the issue already exists.
  • I inspected the verbose debug output with the -v, --verbose flag.
  • Are you an Up Pro subscriber?

Description

It would be great to add regex capabilities to redirects like so:

redirects: {
  "/folder/:slug(regexhere)": {
    "location": "https
kgriffs
kgriffs commented Jan 14, 2020

Currently, we ask contributors to strive for consistency with existing code, but it would be helpful to clarify the following regarding docstrings:

  • Docstrings should begin with a short (~70 characters or less) summary line that ends in a period.
  • The summary line should begin immediately after the opening quotes (do not add a line break before the summary line)
  • The summary line should de
joestringer
joestringer commented May 6, 2020

Many of the ipcache accesses in the datapath use ipcache_lookup4() directly, which does not implement LPM via hash maps on older kernels. This can lead to unexpected behaviour such as what is fixed in PR #11333 .

We should review all existing uses of ipcache_lookup[46]() to ensure that if that code path is enabled on Linux 4.9/4.10, and it relies on identities with prefixes other than the l

lonelycode
lonelycode commented Jun 7, 2019

**Do you want to request a feature or report a bug?

Feature?

What is the current behavior?
Session object ACLs require both the key and the api_id field of the ACL definition to match.

If they mismatch the API does not throw an error.

What is the expected behavior?

The Gateway API should report the discrepancy to stop the token from being generated.

kwoktung
kwoktung commented Apr 23, 2020

What happens?

在沙盒环境样式隔离的环境下。子应用document. getElementById 等API因为应用在shadowDOM里面。所以没有办法获取正确数据。建议对document.getElementById等 做打补丁处理(先在shadowDOM查询然后在去document上查询),才能达到子应用完全技术隔离。

A clear and concise description of what the bug is.

Mini Showcase Repository(REQUIRED)

Provide a mini GitHub repository which can reproduce the issue.

https://github.com/umijs/qiankun/blob/v2.0.0/examples/main

Improve this page

Add a description, image, and links to the microservices 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 microservices topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.