-
Notifications
You must be signed in to change notification settings - Fork 116
Advanced NGINX Extensions #703
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
Comments
This story is pending a discussion - primarily for support and security. |
We decided today that we need a short spike to determine a potential technical solution. From there we can assess the amount of effort needed for implementation, security concerns, and support concerns. |
Received some feedback today from @gallarda around involving RBAC around the snippet functionality currently present in NIC. When we examine this, we should consider utilizing the different levels of resources (primarily Gateway and Routes) to allow users to setup separate access controls for access to nginx customization. |
|
As a user of NKG that has a need for an enhancement in the project
I want the ability to customize the NGINX configuration for NGF
So that I can utilize features that have not yet been exposed via configuration
Or so that I can work around a problem that has not yet been solved in NGF, but can be fixed through NGINX configuration.
Background
Our approach to exposing NGINX functionality is two-fold. One, is to take the most frequently used features and configuration changes for NGINX and integrate them with the Gateway API as first-class features in extensions and attachments to the API.
However, as this will take time to work through everything NGINX has to offer, we need a way for our users to access that NGINX functionality immediately. We can do so by offering a method to manually put in the directives they wish to configure and the exact settings needed. While no where near as user friendly, this will unblock any user looking for NGINX functionality that is not yet present in our extensions and attachments to the Gateway API.
Specific Feedback
Acceptance Criteria
Links
The text was updated successfully, but these errors were encountered: