openvidu-deployment: Change DefaultApp string literals to Meet in templates.

master
cruizba 2025-07-22 14:08:25 +02:00
parent 0280b64084
commit 3af490522e
6 changed files with 14 additions and 14 deletions

View File

@ -1691,7 +1691,7 @@ Resources:
ToPort: 4443 ToPort: 4443
SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId
OpenViduMediaNodeToMasterDefaultAppWebhookIngress: OpenViduMediaNodeToMasterMeetWebhookIngress:
Type: AWS::EC2::SecurityGroupIngress Type: AWS::EC2::SecurityGroupIngress
Properties: Properties:
GroupId: !GetAtt OpenViduMasterNodeSG.GroupId GroupId: !GetAtt OpenViduMasterNodeSG.GroupId

View File

@ -1857,9 +1857,9 @@ resource mediaToMasterV2CompatibilityWebhookIngress 'Microsoft.Network/networkSe
} }
} }
resource mediaToMasterDefaultAppWebhookIngress 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = { resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = {
parent: openviduMasterNodeNSG parent: openviduMasterNodeNSG
name: 'mediaNode_to_masterNode_DEFAULTAPP_WEBHOOK_INGRESS' name: 'mediaNode_to_masterNode_MEET_WEBHOOK_INGRESS'
properties: { properties: {
protocol: 'Tcp' protocol: 'Tcp'
sourceApplicationSecurityGroups: [ sourceApplicationSecurityGroups: [

View File

@ -5,7 +5,7 @@
"_generator": { "_generator": {
"name": "bicep", "name": "bicep",
"version": "0.36.1.42791", "version": "0.36.1.42791",
"templateHash": "10200229810519152840" "templateHash": "11239986312025417470"
} }
}, },
"parameters": { "parameters": {
@ -1193,7 +1193,7 @@
{ {
"type": "Microsoft.Network/networkSecurityGroups/securityRules", "type": "Microsoft.Network/networkSecurityGroups/securityRules",
"apiVersion": "2023-11-01", "apiVersion": "2023-11-01",
"name": "[format('{0}/{1}', format('{0}-masterNoderNSG', parameters('stackName')), 'mediaNode_to_masterNode_DEFAULTAPP_WEBHOOK_INGRESS')]", "name": "[format('{0}/{1}', format('{0}-masterNoderNSG', parameters('stackName')), 'mediaNode_to_masterNode_MEET_WEBHOOK_INGRESS')]",
"properties": { "properties": {
"protocol": "Tcp", "protocol": "Tcp",
"sourceApplicationSecurityGroups": [ "sourceApplicationSecurityGroups": [

View File

@ -2040,7 +2040,7 @@ Resources:
ToPort: 4443 ToPort: 4443
SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId SourceSecurityGroupId: !GetAtt OpenViduMediaNodeSG.GroupId
OpenViduMasterToMasterDefaultAppIngress: OpenViduMasterToMasterMeetIngress:
Type: AWS::EC2::SecurityGroupIngress Type: AWS::EC2::SecurityGroupIngress
Properties: Properties:
GroupId: !Ref OpenViduMasterNodeSG GroupId: !Ref OpenViduMasterNodeSG
@ -2049,7 +2049,7 @@ Resources:
ToPort: 6080 ToPort: 6080
SourceSecurityGroupId: !Ref OpenViduMasterNodeSG SourceSecurityGroupId: !Ref OpenViduMasterNodeSG
OpenViduMediaNodeToMasterDefaultAppWebhookIngress: OpenViduMediaNodeToMasterMeetWebhookIngress:
Type: AWS::EC2::SecurityGroupIngress Type: AWS::EC2::SecurityGroupIngress
Properties: Properties:
GroupId: !GetAtt OpenViduMasterNodeSG.GroupId GroupId: !GetAtt OpenViduMasterNodeSG.GroupId

View File

@ -2721,9 +2721,9 @@ resource mediaToMasterV2CompatibilityWebhookIngress 'Microsoft.Network/networkSe
} }
} }
resource masterToMasterDefaultApp 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = { resource masterToMasterMeet 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = {
parent: openviduMasterNodeNSG parent: openviduMasterNodeNSG
name: 'masterNode_to_masterNode_DEFAULTAPP_INGRESS' name: 'masterNode_to_masterNode_MEET_INGRESS'
properties: { properties: {
protocol: 'Tcp' protocol: 'Tcp'
sourceApplicationSecurityGroups: [ sourceApplicationSecurityGroups: [
@ -2744,9 +2744,9 @@ resource masterToMasterDefaultApp 'Microsoft.Network/networkSecurityGroups/secur
} }
} }
resource mediaToMasterDefaultAppWebhookIngress 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = { resource mediaToMasterMeetWebhookIngress 'Microsoft.Network/networkSecurityGroups/securityRules@2023-11-01' = {
parent: openviduMasterNodeNSG parent: openviduMasterNodeNSG
name: 'mediaNode_to_masterNode_DEFAULTAPP_WEBHOOK_INGRESS' name: 'mediaNode_to_masterNode_MEET_WEBHOOK_INGRESS'
properties: { properties: {
protocol: 'Tcp' protocol: 'Tcp'
sourceApplicationSecurityGroups: [ sourceApplicationSecurityGroups: [

View File

@ -5,7 +5,7 @@
"_generator": { "_generator": {
"name": "bicep", "name": "bicep",
"version": "0.36.1.42791", "version": "0.36.1.42791",
"templateHash": "7510193040455172414" "templateHash": "5897921029518233739"
} }
}, },
"parameters": { "parameters": {
@ -2067,7 +2067,7 @@
{ {
"type": "Microsoft.Network/networkSecurityGroups/securityRules", "type": "Microsoft.Network/networkSecurityGroups/securityRules",
"apiVersion": "2023-11-01", "apiVersion": "2023-11-01",
"name": "[format('{0}/{1}', format('{0}-masterNodeNSG', parameters('stackName')), 'masterNode_to_masterNode_DEFAULTAPP_INGRESS')]", "name": "[format('{0}/{1}', format('{0}-masterNodeNSG', parameters('stackName')), 'masterNode_to_masterNode_MEET_INGRESS')]",
"properties": { "properties": {
"protocol": "Tcp", "protocol": "Tcp",
"sourceApplicationSecurityGroups": [ "sourceApplicationSecurityGroups": [
@ -2094,7 +2094,7 @@
{ {
"type": "Microsoft.Network/networkSecurityGroups/securityRules", "type": "Microsoft.Network/networkSecurityGroups/securityRules",
"apiVersion": "2023-11-01", "apiVersion": "2023-11-01",
"name": "[format('{0}/{1}', format('{0}-masterNodeNSG', parameters('stackName')), 'mediaNode_to_masterNode_DEFAULTAPP_WEBHOOK_INGRESS')]", "name": "[format('{0}/{1}', format('{0}-masterNodeNSG', parameters('stackName')), 'mediaNode_to_masterNode_MEET_WEBHOOK_INGRESS')]",
"properties": { "properties": {
"protocol": "Tcp", "protocol": "Tcp",
"sourceApplicationSecurityGroups": [ "sourceApplicationSecurityGroups": [