-
Updated
Dec 17, 2021 - Go
consul
Here are 1,341 public repositories matching this topic...
-
Updated
Dec 17, 2021 - Go
Overview of the Issue
Hello,
consul tls ca create creates a private key file that is world-readable.
Instead, it should create it with permissions 0600, to reduce the possibility of information disclosure (and subsequent elevation of privilege).
Details
What I did
$ consul tls ca create
==> Saved consul-agent-ca.pem
==> Saved consul-agent-ca-key.pem
W
-
Updated
Apr 12, 2021 - Java
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 17, 2021 - Python
Consul Template version
consul-template v0.25.0 (99efa64)
Configuration
Config: test.hcl
log_level = debug
template {
contents = "{{ key \"hello\" }}"
destination = "hello.txt"
exec {
command = "cat hello.txt"
}
}
template {
contents = "{{ key \"sleep\" }}"
destination = "sleep.txt"
exec {
command = "sleep 2s"
timeout = "4s"
Before you submit this issue, you has been search all existed issues and search the documentation
- [] I've been search all existed issues
- [] I've been read all documentation
Describe your question
How should I use alicloud MNS?
-
Updated
Nov 28, 2021 - Go
-
Updated
Dec 17, 2021 - Java
-
Updated
Jun 7, 2021 - C#
-
Updated
Sep 9, 2019 - Java
-
Updated
Jan 4, 2021 - Go
-
Updated
Nov 17, 2021 - Go
-
Updated
Oct 15, 2021 - TypeScript
-
Updated
Dec 11, 2021 - Go
Of the learning environments that leverage Ansible, very few are using roles. This can make porting Ansible playbooks across learning environments more difficult. To fix this, Ansible-using learning environments need to be refactored (where possible) to use an Ansible role.
-
Updated
Dec 15, 2021 - JavaScript
-
Updated
Dec 17, 2021 - Ruby
-
Updated
Jun 16, 2021 - Go
Current State
Changes required on https://docs.meshery.io/ :
- we don't have layer5 discuss icon in docs footer
- The slack icon needs to be changed.
- the calendar icon doesn't have a hover effect.
Desired State
- add the layer5 discuss forum icon in docs footer.
- The slack icon needs to be modifie
-
Updated
Dec 17, 2021 - Java
-
Updated
Dec 7, 2021 - Python
-
Updated
Dec 14, 2021 - Shell
-
Updated
Feb 18, 2021 - Go
Improve this page
Add a description, image, and links to the consul topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the consul topic, visit your repo's landing page and select "manage topics."




Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: