mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-10 07:50:08 -04:00
Disable encryption
This commit is contained in:
parent
08baebbe62
commit
9bfdce096c
3 changed files with 5 additions and 18 deletions
|
@ -49,8 +49,7 @@ var azureVals = map[string]any{
|
|||
"enabled": true,
|
||||
},
|
||||
"encryption": map[string]any{
|
||||
"enabled": true,
|
||||
"type": "wireguard",
|
||||
"enabled": false,
|
||||
},
|
||||
"l7Proxy": false,
|
||||
"ipam": map[string]any{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue