Azure / Azure/Azure-Landing-Zones

Add P2S VPN Support to Module on VPN Gateways

Open
#533 5 comments 2 reactions 0 assignees View on GitHub
Transfer From: caf-enterprise-scale :arrow_right:
Dominant language
PowerShell
Stars
96
Forks
70
Avg merge
3d 1h
Merged PRs (30d)
7

Description

### Community Note

- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment

### Description
From the documentation and code I see that only "azurerm_vpn_gateway" resource is being deployed when I enable
vpn_gateway = {
**enabled = true**

vwan_hub_networks = [
{
enabled = false
config = {
address_prefix = "10.200.0.0/22"
location = ""
sku = ""
routes = []
expressroute_gateway = {
enabled = false
config = {
scale_unit = 1
}
}
**vpn_gateway = {
enabled = true**
config = {
bgp_settings = []
routing_preference = ""
scale_unit = 1
}
}

But This resource is only to enable site to site connection. But My requirement is to create a point to site VPN with AAD authentication.

I would like to know if creating a P2S using AAD is possible For VWAN

#### Is your feature request related to a problem?
Yes

#### Describe the solution you'd like
NA

#### Additional context

Contributor guide

Open the contributing guide

Research direction

Start with the module entry point that processes the vpn_gateway configuration and the azurerm_vpn_gateway resource described in the issue. Verify whether Azure VWAN supports point-to-site VPN with Azure AD authentication, then determine the required configuration and acceptance criteria before changing the module. Done means the supported configuration is implemented and documented with validation for the requested scenario.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.