Skip to content
#

consul

Here are 1,126 public repositories matching this topic...

traefik
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
ddreier
ddreier commented Apr 8, 2020

I'm curious about folks' opinion on allowing Fabio to make stale reads for the Consul Catalog backend. Currently Fabio is hard-coded to require consistent reads, which causes any request to go to the current leader in the Consul cluster.

In order to try to reduce load on our Consul leaders, we're testing out several changes to the way we run Fabio. This includes switching Fabio to perform stale

jcperezamin
jcperezamin commented Mar 14, 2019

Please, someone, explain how to use:

useIpFromLabel |   | Uses the IP address stored in the given label, which is assigned to a container, for registration with Consul

At least on kubernetes. Thanks!

eikenb
eikenb commented Dec 18, 2019

When working on consul-template I find myself switching between log levels quite a bit and having to keep editing scripts or commands. If it supported an environment variable for setting the log-level it would make this much easier.

The cli argument should override the environment variables.

My initial proposed variable name is CONSULT_TEMPLATE_LOG_LEVEL, though that is a bit long.

kmoppel
kmoppel commented Feb 2, 2017

Hey!
Not a big problem of course but currently when you do "pip install patroni" you still need to go to Github and save a copy of for https://github.com/zalando/patroni/blob/master/postgres0.yml to get started. I know there are env variables but there are quite some to remember. So would be very convenient if running something like "patroni --initconf postgres0.yml" would fill the postgres0.yml

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated Jun 27, 2020
  • C#
stolon
stremovsky
stremovsky commented Mar 5, 2020

What would you like to be added:

For security reasons, I do not want to connect to consul using the domain socket.

The following is not working as I expect it to be:
"stolon-sentinel --store-backend=consul --store-endpoints unix:///var/run/consul/consul_http.sock"

I am getting the next error:

2020-03-05T20:46:32.998Z FATAL cmd/sentinel.go:1985 cannot create sentinel: c

goddanao
goddanao commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
I got few migrations each referring a different connection. migrate:fresh, migrate:refresh doesn't handle this scenario since they operate on the default connection or in the specific connection passed via --database param.

Describe the solution you'd like
The simplest solution can be to process only migrations that has th

eikenb
eikenb commented Aug 28, 2019

Vault deprecated (such that it is ignored) the use of grace in their API in version 0.5.0 (in 2016). I've spoken with the team and in their opinion it should be removed as they haven't seen any issues (internal or github) for a version near that old in a long time.

There are corresponding tickets in Consul-Template. One for docs and one for code (to fit its roadmap). I'll split this up here i

lloydie
lloydie commented Jul 5, 2019

I found issue going thru quick-start-guide.

All git clone urls are prefixed [email protected]: this results in user error.

I believe the correct prefix should be https//github.com/

I also found this in autopilotpattern hello-world repo. Perhaps a global config is setting up prefix, not sure exactly were to file issue or more than one.

cheers

awheeler
awheeler commented Mar 6, 2020

The nomad-acl-token is being logged at the default logging level of info. I think that it makes sense to log other useful info at info level, but secret info like tokens would ideally never be logged, or at best, at debug level only.
In looking at the code, it seems most if not all logging is done at the info level, so other levels of logging aren't very useful as a work-around.

That

decabeza
decabeza commented May 28, 2019

Description

When creating proposals users can access to a proposal dashboard.

There is shown a graph with the evolution of support. The dashboard includes recommended actions that the user can set as 'done', and then will be marked as a red point that date on the previous graph. When the graph shows more than one year, the marked point is shown in the day/month of each year.

As anothe

450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Mesos, Riak, MongoDB, Memcached, Couchbase, CouchDB, Neo4j, Ambari, Cloudera, Hortonworks, MapR. Products: Attivio, Blue Talon, Datameer, H2O, WanDisco, Zaloni

  • Updated Jul 6, 2020
  • Python
gomplate
elonzh
elonzh commented Jul 17, 2017
u := "http://httpbin.org/post"
// Using net/http
v := make(url.Values) // url.Values has methods for value manipulating
v.Set("k1", "v1")
http.PostForm(u, v)
// or
http.PostForm(u, url.Values{"k1": []string{"v1"}})
// Using gentleman
r := gentleman.NewRequest()
// multipart.DataFields is actually same as url.Values, but without methods
d := make(multipart.DataFields)
d["k1"] = mu
dibyajyotiron
dibyajyotiron commented Apr 5, 2020

Consul version:

  • v1.7.1

Consul-alerts version:

  • Consul Alerts 0.5.0

What's happening:

  • When I make a request to https consul server it just simply appends http:// before https://, in the logs I can see this INFO[0000] Waiting for consul: Get http://https:%2F%2Fx.x.x.x:8501/v1/status/leader?dc=x_x&token=x-x-x-x: invalid URL port "//x.x.x.x:8501"
  • Since http is disabled on cons

50+ DockerHub public images for Docker & Kubernetes - Hadoop, Kafka, ZooKeeper, HBase, Cassandra, Solr, SolrCloud, Presto, Apache Drill, Nifi, Spark, Mesos, Consul, Riak, OpenTSDB, Jython, Advanced Nagios Plugins & DevOps Tools repos on Alpine, CentOS, Debian, Fedora, Ubuntu, Superset, H2O, Serf, Alluxio / Tachyon, FakeS3

  • Updated Jun 5, 2020
  • Shell
jkstrauss
jkstrauss commented Feb 17, 2020

@ConstructorBinding annotated classes not refreshing
I am using Spring Cloud version Hoxton with Spring Boot 2.2.x

Spring Boot 2.2.x introduced a an annotation @ConstructorBinding that allows defining @ConfigurationProperties classes strictly through constructors, which allows using immutable classes in configurations.

While the initial configuration is being loaded from my Consul K

Improve this page

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

Learn more

You can’t perform that action at this time.