Skip to content

Commit

Permalink
Merge pull request #186 from oci-landing-zones/Bastion_Client_IP_Addr…
Browse files Browse the repository at this point in the history
…ess_Regex_Schema

Schema : Update Bastion Client CIDR Regex
  • Loading branch information
VinayKumar611 authored Sep 6, 2024
2 parents cfc9725 + 530359f commit b6e05d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/enterprise-landing-zone/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ variables:
type: array
items:
type: string
pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1][0-9]|[2][0-9]))$
pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[12][0-9]|[3][0-2]))$
description: "A list of address ranges in CIDR notation that bastion is allowed to connect"
required: true
visible: prod_enable_bastion
Expand All @@ -517,7 +517,7 @@ variables:
type: array
items:
type: string
pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[1][0-9]|[2][0-9]))$
pattern: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\/([0-9]|[12][0-9]|[3][0-2]))$
description: "A list of address ranges in CIDR notation that bastion is allowed to connect"
required: true
visible: nonprod_enable_bastion
Expand Down

0 comments on commit b6e05d1

Please sign in to comment.