Skip to content

Conversation

@tataruty
Copy link
Contributor

Proposed changes

NGF currently sets enforce_initial_report off; for NGINX Plus data planes when initially installing.
Users should be able to set this field themselves for other circumstances, like PoC testing or exemptions.

For reference: https://nginx.org/en/docs/ngx_mgmt_module.html#enforce_initial_report

Checklist

Before sharing this pull request, I completed the following checklist:

Footnotes

  1. Potentially sensitive information includes personally identify information (PII), authentication credentials, and live URLs. Refer to the style guide for guidance about placeholder content.

oseoin and others added 30 commits September 2, 2025 21:23
* Update docker-support.md

Fixed the broken Docker file link that was mentioned in nginx/agent#1087
(Issue #1087)

* Apply suggestion from @mjang

---------

Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com>
* Update linkchecker.yml

Adding nginx-agent & nginx + docs

* Update linkchecker.yml

Tidy up ignore list

---------

Co-authored-by: Jack Hickey <133868041+nginx-jack@users.noreply.github.com>
* Update linkchecker.yml

* Update linkchecker.yml
Chore: bump NGF version for patch release

Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com>
Co-authored-by: Michael McKeen <m.mckeen@f5.com>
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Dooley <a.dooley@f5.com>
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@60a0d83...ed59741)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Dooley <a.dooley@f5.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@3c3833e...f1f6e5f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Dooley <a.dooley@f5.com>
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v5...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Dooley <a.dooley@f5.com>
* Update NAP Docs
This commit updates the NAP user facing documentation with the following change:
Based on this issue : nginxinc/nalb-shared#1695, updated the Configure App Protect WAF with the following text - The File path is not optional and is automatically generated in the portal, defaulting to the path “/etc/app_protect/conf/” plus the policy Name with a “.json” extension

* Removed Extra Space

* Addressed PR comments

* Addressed PR Comment

* Addressed PR Comments

---------

Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com>
* Added F5 branding to NGINX product documentation landing page
* docs: fix sentence in azure docs

Rewrite the sentence for it to make more sense

* Update content/nginxaas-azure/quickstart/runtime-state-sharing.md
* Add ingress2gateway information in Getting Started guide

Co-authored-by: Saloni Choudhary <146118978+salonichf5@users.noreply.github.com>
restructure i2g document and add more information about porting
fix: replaced jquery with vanilla js to fix calculator
Co-authored-by: Alan Dooley <a.dooley@f5.com>
update NGINX as a Service to NGINXaaS
* docs: fix 2 agent broken Links

Fix 2 links

* Update content/agent/installation-upgrade/getting-started.md

Co-authored-by: Donal Hurley <djhurley1990@gmail.com>

---------

Co-authored-by: Donal Hurley <djhurley1990@gmail.com>
* docs: added guide for working with NGINX Configs

Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com>
Rename product title for NGINX as a Service

NGINX as a Service >> NGINXaaS
* docs: add comparison include

* docs: convert to feture page

* docs: move callout to bottom

* Update content/includes/nginx-plus/oss-plus-comparison.md

Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>

* Apply suggestion from @mjang

* feat: Link to comparison between N OSS and N Plus (#1061)

* feat: add comparison: OSS v. Plus

* replace with include

---------

Co-authored-by: Mike Jang <3287976+mjang@users.noreply.github.com>
Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
Updating the label from nginxaas to nginxaas-azure
JTorreG and others added 15 commits September 12, 2025 17:06
docs: clean up nginxaas features
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.1 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f1f6e5f...192325c)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/8398a7/action-slack/releases)
- [Commits](8398a7/action-slack@1750b50...77eaa4f)

---
updated-dependencies:
- dependency-name: 8398a7/action-slack
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Dooley <a.dooley@f5.com>
This commit updates a link in the NGINX Ingress Controller to NGINX
Gateway Fabric migration document about extensibility information in the
Gateway API. It also fixes the metadata of another file in the same
folder, and restructures some content for readability.
Extra parenthesis
* fix: removed extra asterisks

The extra asterisks are misleading, as they can be mistaken for wildcards

* Apply suggestion from @JTorreG

Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com>

---------

Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation product/nim Issues related to NGINX Instance Manager product/nginx-plus Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com) product/ngf Issues related to NGINX Gateway Fabric product/nginx-one Issues related to NGINX One Console product/agent Issues related to NGINX Agent tooling Back end, repository, Hugo, and all things not related to content product/nms Issues related to NGINX Management Suite (EOS product) product/nic Issues related to NGINX Ingress Controller product/nginxaas labels Sep 16, 2025
@github-actions
Copy link

github-actions bot commented Sep 16, 2025

✅ All required contributors have signed the F5 CLA for this PR. Thank you!
Posted by the CLA Assistant Lite bot.

@github-actions
Copy link

Deploy Preview will be available once build job completes!

Name Link
😎 Deploy Preview https://frontdoor-test-docs.nginx.com/previews/docs/1127/

@tataruty tataruty closed this Sep 16, 2025
@ADubhlaoich ADubhlaoich deleted the doc/enforce_initial_report_for_plus branch November 26, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation product/agent Issues related to NGINX Agent product/ngf Issues related to NGINX Gateway Fabric product/nginx-one Issues related to NGINX One Console product/nginx-plus Issues related to NGINX Plus (and NGINX Open Source in docs.nginx.com) product/nginxaas product/nic Issues related to NGINX Ingress Controller product/nim Issues related to NGINX Instance Manager product/nms Issues related to NGINX Management Suite (EOS product) tooling Back end, repository, Hugo, and all things not related to content

Projects

None yet

Development

Successfully merging this pull request may close these issues.