-
* **Overview of the request**
I want to propose a pull request improving token handling for microservice gateways with `authenticationType==='uaa'` fixing critical security issues with the current …
-
We need a new brand name for the set of specifications that will be created by the new community process. This brand name will also become a certification mark in the industry for compatible, independ…
-
> 3. Spring Cloud Task
Spring Cloud Task makes it easy to create short-lived microservices. We provide capabilities that allow short-lived JVM processes to be executed on demand in a production env…
-
We had an outage on our live slave systems last week which seems to have been caused by RediSearch (we use a pre-release of RediSearch against Redis 4.0.2, and have protected ourselves enough to minim…
-
Support for dynamic upstreams that will enable dynamic load balancing per API.
``` nginx
# sample upstream block:
upstream backend {
server 127.0.0.1:12354;
server 127.0.0.1:12355;
serv…
-
My cluster consist of 9 slaves server split in 1/2 for two primary applications (Spark | Scala Microservices)
Spark - (server 1,2,3,4,8) attributes: "rack:spark"
Long running Microservices (server 5…
-
Unable to run HTTP microservice as function:
Image: [denismakogon/aioservice-examples:latest](https://hub.docker.com/r/denismakogon/aioservice-examples/tags/)
Dockerfile:
```
FROM python:3.5
…
-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
There seems to be no way to renew a token.
If the increment is greater than the time remaining, it is "successful" but the time remaining doesn't increase. If the increment is less than the current …
-
I'll address the problems one by one:
> Secure your website/app without cookies
This is _not_ inherently desirable. Cookies exist for a very specific purpose, and work well for that purpose.
> No …