Skip to content

Commit 8c8b639

Browse files
authored
docs changes for nginxaas github action improvements
nginxaas github action now supports specifying protected files. The action also needs the Contributor role on a lower scope than perviously needed.
1 parent 413acd7 commit 8c8b639

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/nginxaas-azure/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
1414
To review older entries, visit the [Changelog archive]({{< ref "/nginxaas-azure/changelog-archive" >}}) section.
1515

1616

17+
## Aug 18, 2025
18+
19+
- {{% icon-feature %}} **NGINXaaS for Azure GitHub Action now supports protected files**
20+
21+
Users can now specify files in their config directory to be marked as protected using a new optional Action input called `protected-files`. This new input accepts comma-separated list of file paths relative to the nginx config directory that should be marked as protected. For more information, please visit [NGINXaaS for Azure Deployment Action](https://github.com/marketplace/actions/nginx-configuration-sync) on GitHub actions marketplace.
22+
23+
24+
- {{% icon-resolved %}} **The service principal for NGINXaaS for Azure GitHub Action needs Contriubutor role only on the deployment**
25+
26+
The service principal used for Azure login before invoking the NGINXaaS for Azure Deployment Action now needs Contributor role only on the NGINXaaS for Azure deployment scope and not on the resource group containing the NGINXaaS deployment. This allows for a better security posture.
27+
28+
1729
## May 22, 2025
1830

1931
- {{% icon-feature %}} **NGINXaaS for Azure now supports IPv6**

0 commit comments

Comments
 (0)