Skip to content

Commit

Permalink
TLS1.3 Guacamaole
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Feb 14, 2025
1 parent fd11d09 commit 936a410
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion templates/workspace_services/guacamole/porter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole
version: 0.12.7
version: 0.12.8
description: "An Azure TRE service for Guacamole"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.117.0"
version = "=4.14.0"
}
local = {
source = "hashicorp/local"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "azurerm_linux_web_app" "guacamole" {
container_registry_managed_identity_client_id = azurerm_user_assigned_identity.guacamole_id.client_id
ftps_state = "Disabled"
vnet_route_all_enabled = true
minimum_tls_version = "1.2"
minimum_tls_version = "1.3"

application_stack {
docker_registry_url = "https://${data.azurerm_container_registry.mgmt_acr.login_server}"
Expand Down

0 comments on commit 936a410

Please sign in to comment.