#
consul-template
Here are 84 public repositories matching this topic...
A microservice project using .NET Core 2.0, DDD, CQRS, Event Sourcing, Redis and RabbitMQ
nginx
cqrs
microservice
rabbitmq
consul
service-discovery
eda
netcore
signalr
consul-template
eventsourcing
ddd-architecture
-
Updated
Feb 28, 2019 - JavaScript
Architecture design for microservice
-
Updated
Jan 30, 2019 - JavaScript
PoC: Blue-green deployment wih Docker Compose, Nginx, Consul and Registrator
-
Updated
Sep 29, 2019 - Shell
consul-template-like with erb (ruby) template expressiveness
-
Updated
Jun 29, 2020 - Ruby
Zloy
commented
Feb 19, 2018
The cookbook runs successfully, but the service enters failed state:
$ sudo service consul-template status
Redirecting to /bin/systemctl status consul-template.service
● consul-template.service - Consul Template Daemon
Loaded: loaded (/etc/systemd/system/consul-template.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 201
jenkins config as code, poc
kubernetes
jenkins
vault
consul-template
jenkins-pipeline
groovy-scripts
kubernetes-plugin
jenkins-configuration
-
Updated
Mar 18, 2018 - Groovy
Deploy Kubernetes service and insert retrieved information into the Consul K/V store
docker
kubernetes
deployer
consul
load-balancer
supervisord
k8s
traefik
consul-template
kubectl
kubeadm
k8s-deployer
kubernetes-deployer
-
Updated
Dec 13, 2018 - Python
Ansible Role to install and configure consul
-
Updated
Jun 26, 2020 - Ruby
Consul Template Plugin to Write Data to Separate Files
-
Updated
Feb 8, 2017 - Go
Docker service scheduler and discovery with Nomad, Consul, HAproxy ,Connectable
-
Updated
Jul 29, 2016 - Shell
Service Mesh Experiment with Go
go
redis
golang
http
rest
microservice
consul
cache
http2
grpc
load-balancer
mariadb
haproxy
nomad
consul-template
service-mesh
-
Updated
Apr 11, 2020 - Go
Consul Template plugin for AWS SSM Parameter Store
-
Updated
Feb 19, 2019 - Go
Render `consul-template` templates without Consul
-
Updated
Sep 24, 2018 - Go
Hashicorp Configuration and Templating library (hcat, pronounced hashicat)
-
Updated
Jun 30, 2020 - Go
Ansible role for consul-template
-
Updated
Nov 9, 2016 - Shell
A service for managing kubernetes configuration automatically
-
Updated
Aug 1, 2019 - Shell
Glue for Trusted Third Parties & Hashicorp Vault
docker
ec2
vault
containers
secrets
ecs
orchestration
sre
consul-template
vault-client
golang-application
-
Updated
Apr 17, 2019 - Go
-
Updated
Jun 16, 2015 - Shell
Plugin for consul-template which determines if a consul dc has a cluster leader
-
Updated
Mar 17, 2017 - Go
Descubrimiento de servicio con Consul
-
Updated
Jul 14, 2018 - Python
nginx upstream server 自动注册和发现
-
Updated
Dec 7, 2017 - Java
集合consul,grpc,consul-template等工具的服务注册与发现的rpc demo
-
Updated
May 9, 2020 - Go
Server to stream a JSON file over Server-Sent-Events (SSE) to a client/browser.
-
Updated
Jun 3, 2018 - Go
Docker base image that comes with Python out of the box
-
Updated
Dec 28, 2019 - Dockerfile
Improve this page
Add a description, image, and links to the consul-template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the consul-template topic, visit your repo's landing page and select "manage topics."
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