Expose and secure the N+ API for key/value manipulation #5323
brianehlert
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are specific use cases where users have specifically asked for a way to securely expose the NGINX Plus API.
The most common use case is manipulation of the key/value store (add, update) or immediate expiration of a token that might be stored in the key/value store.
A key is publishing a specific port in a way that it won't be automatically picked up and automatically exposed by an external loadbalancer. And can be secured in one or more ways.
This should not interfere with the NIC controller processes also using the N+ API for exporting prometheus metrics or upstream group updates.
One dependency that must be completed is: #4668
State sharing / zone_sync has a number of related use cases from global rate limiting, to authentication (token sharing), and arbitrary values.
There should be:
Discuss...
Beta Was this translation helpful? Give feedback.
All reactions