Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 51 additions & 30 deletions api/grpc/mpi/v1/command.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions api/grpc/mpi/v1/command.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/grpc/mpi/v1/command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ message NGINXPlusRuntimeInfo {
repeated string dynamic_modules = 5;
// the plus API details
APIDetails plus_api = 6;
// to parse all the plus API
repeated APIDetails plus_apis = 7;
}

message APIDetails {
Expand All @@ -354,6 +356,8 @@ message APIDetails {
string listen = 2;
// the API CA file path
string Ca = 3;
// flag to know API is configured with 'write=on;'
bool write_enabled = 4;
}

// A set of runtime NGINX App Protect settings
Expand Down
2 changes: 1 addition & 1 deletion api/grpc/mpi/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/grpc/mpi/v1/files.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/proto/protos.md
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ Perform an associated API action on an instance
| location | [string](#string) | | the API location directive |
| listen | [string](#string) | | the API listen directive |
| Ca | [string](#string) | | the API CA file path |
| write_enabled | [bool](#bool) | | flag to know API is configured with 'write=on;' |



Expand Down Expand Up @@ -1131,6 +1132,7 @@ A set of runtime NGINX Plus settings
| loadable_modules | [string](#string) | repeated | List of NGINX potentially loadable modules (installed but not loaded). |
| dynamic_modules | [string](#string) | repeated | List of NGINX dynamic modules. |
| plus_api | [APIDetails](#mpi-v1-APIDetails) | | the plus API details |
| plus_apis | [APIDetails](#mpi-v1-APIDetails) | repeated | to parse all the plus API |



Expand Down
76 changes: 76 additions & 0 deletions internal/datasource/config/configfakes/fake_config_parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading