Skip to content
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

NGINX Plus R33 support #2728

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 7, 2024

  1. NGINX Plus R33 support

    Adding support for NGINX Plus R33. The major change with this release is that NGINX Plus now requires a JWT in order to run. A user must create a Secret with this JWT and supply the secret name to NGF when installing. A user can also create client SSL and CA Secrets for NIM connections. All of these Secrets are mounted to the nginx container.
    
    Because of the new usage reporting method, the old usage reporting method has been removed and CLI arguments have been altered. Since this release is a breaking change for N+ users, the choice was made to remove the unused usage reporting flags instead of deprecating them.
    
    Updated documentation to describe this process, while also cleaning up the JWT docker registry process for N+.
    sjberman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b7380a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d1b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76caca5 View commit details
    Browse the repository at this point in the history
  4. Fix logging, errors

    sjberman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    609c3db View commit details
    Browse the repository at this point in the history
  5. Fix Makefile build

    sjberman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ef99c73 View commit details
    Browse the repository at this point in the history
  6. Nit suggestions

    sjberman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4cf4159 View commit details
    Browse the repository at this point in the history