Display default TLS options in the dashboard

This commit is contained in:
Antoine
2022-09-09 12:46:09 +02:00
committed by GitHub
parent 77c8d60092
commit 44a2b85dba
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"entryPoints": [
"web"
],
"middlewares": [
"auth",
"addPrefixTest@anotherprovider"
],
"name": "baz@myprovider",
"provider": "myprovider",
"rule": "Host(`foo.baz`)",
"service": "foo-service@myprovider",
"tls": {
"options": "myTLS"
},
"status": "enabled",
"using": [
"web"
]
}