Skip to content

Commit

Permalink
bug fix: change to securestring type the x509 private key for appgw
Browse files Browse the repository at this point in the history
  • Loading branch information
ferantivero committed Apr 29, 2024
1 parent 1f62f84 commit 7af806a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-stamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
},
"appGatewayListenerCertificate": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "The certificate data for app gateway TLS termination. It is base64"
"description": "The PFX certificate for app gateway TLS termination. It is base64"
}
},
"aksIngressControllerCertificate": {
Expand Down

0 comments on commit 7af806a

Please sign in to comment.