-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding deny all rule to Azure Bastion nsg #455
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sid2305,
Looking good. Can you make sure your fork allows pushes from maintainers as currently the docs arent updating on your PR as seen here: https://github.com/Azure/ALZ-Bicep/actions/runs/4235275012/jobs/7358691021#step:11:160
Thanks
Jack
Hi @jtracey93, |
@sid2305 still getting permission denied? https://github.com/Azure/ALZ-Bicep/actions/runs/4251789429/jobs/7394567020 You can manually generate the docs by following https://github.com/Azure/ALZ-Bicep/wiki/Contributing#manually-generating-the-parameter-markdown-files on your branch and committing them up, might be easier 💪👊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the docs @sid2305 via the script.
Can you please review the comments and remove the unnecessary parameters to keep it simple for customers. They only need to be able to customize the RDP/SSH ports and thats it i think as all other ports are requirements for bastion to work and these cant be changed on the bastion service, so no need to expose.
Thanks for the review @jtracey93. It totally makes sense to only parameterize the SSH/RDP port only and not others. I have updated the PR and docs for it. |
infra-as-code/bicep/modules/hubNetworking/parameters/hubNetworking.parameters.all.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/hubNetworking/parameters/mc-hubNetworking.parameters.all.json
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/hubNetworking/generateddocs/hubNetworking.bicep.md
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/hubNetworking/generateddocs/hubNetworking.bicep.md
Outdated
Show resolved
Hide resolved
infra-as-code/bicep/modules/hubNetworking/generateddocs/hubNetworking.bicep.md
Outdated
Show resolved
Hide resolved
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run validateazcloud |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks for making the changes.
Overview/Summary
AB#26315
Added deny all rule to both inbound and outbound rules with the lowest priority i.e. 4096 for the Azure Bastion nsg and added parameters for destination ports of security rules.
This PR fixes/adds/changes/removes
Breaking Changes
Testing Evidence
Replace this with any testing evidence to show that your Pull Request works/fixes as described and planned (include screenshots, if appropriate).
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch