-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update grpc notes #1468
Update grpc notes #1468
Conversation
Seems like there is also links that 404 on https://deploy-preview-1468--nginx-kubernetes-ingress.netlify.app/nginx-ingress-controller/app-protect/configuration/#app-protect-logs ? |
@@ -18,7 +18,8 @@ You can define App Protect policies for your Ingress resources by creating an `A | |||
|
|||
> **Note**: The fields `policy.signature-requirements[].minRevisionDatetime` and `policy.signature-requirements[].maxRevisionDatetime` are not currently supported. | |||
|
|||
> **Note**: [The Advanced gRPC Protection for Unary Traffic](/nginx-app-protect/configuration/#advanced-grpc-protection-for-unary-traffic) is not currently supported. | |||
> **Note**: [The Advanced gRPC Protection for Unary Traffic](/nginx-app-protect/configuration/#advanced-grpc-protection-for-unary-traffic) only supports providing an `idl-file` inline. The fields `policy.idl-files[].link`, `policy.idl-files[].$ref`, and | |||
`policy.idl-files[].file` are not supported. The IDL file should be provided in field `policy.idl-files[].contents`. The value of this field can be base64 encoded. In this case the field `policy.idl-files[].isBase64` should be set to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`policy.idl-files[].file` are not supported. The IDL file should be provided in field `policy.idl-files[].contents`. The value of this field can be base64 encoded. In this case the field `policy.idl-files[].isBase64` should be set to `true`. | |
`policy.idl-files[].file` are not supported. The IDL file should be provided in the field `policy.idl-files[].contents`. The value of this field can be base64 encoded. In this case the field `policy.idl-files[].isBase64` should be set to `true`. |
@rafwegv is this PR still WIP? |
@pleshakov I kept it as WIP until the updated notes became true (grpc support was merged:) ) |
Proposed changes
Update note about grpc unary support in documents
Checklist
Before creating a PR, run through this checklist and mark each as complete.