We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hello,] Snis and certificate are being created as follow :
The coversion made for kic with following command : deck file kong2kic -s kong.yaml -o kic.yaml --ingress
deck file kong2kic -s kong.yaml -o kic.yaml --ingress
`_format_version: "3.0" _workspace: SFR certificates:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[Hello,]
Snis and certificate are being created as follow :
The coversion made for kic with following command :
deck file kong2kic -s kong.yaml -o kic.yaml --ingress
`_format_version: "3.0"
_workspace: SFR
certificates:
-----BEGIN CERTIFICATE-----
blabla==
-----END CERTIFICATE-----
id: d4ab45e0-b6f2-4249-8fc8-0a373847dbf4
key: |-
-----BEGIN PRIVATE KEY-----
blabla=
-----END PRIVATE KEY-----
snis:
tags:
services:
enabled: true
host: httpbin.org
name: httpbin
port: 443
protocol: https
read_timeout: 60000
retries: 5
routes:
name: httpbin
path_handling: v0
paths:
preserve_host: false
protocols:
regex_priority: 0
request_buffering: true
response_buffering: true
strip_path: true
write_timeout: 60000
upstreams:
client_certificate:
id: d4ab45e0-b6f2-4249-8fc8-0a373847dbf4
hash_fallback: none
hash_on: consumer
hash_on_cookie_path: /
healthchecks:
active:
concurrency: 10
healthy:
http_statuses:
- 200
- 302
interval: 5
successes: 5
http_path: /
https_verify_certificate: true
timeout: 1
type: http
unhealthy:
http_failures: 5
http_statuses:
- 429
interval: 5
tcp_failures: 0
timeouts: 0
passive:
healthy:
http_statuses:
- 200
successes: 80
type: http
unhealthy:
http_failures: 5
http_statuses:
- 429
tcp_failures: 0
timeouts: 5
threshold: 0
name: httpbin.org
slots: 10000
targets:
weight: 100
weight: 100
use_srv_name: false
`
The text was updated successfully, but these errors were encountered: