Please enable JavaScript.
Coggle requires JavaScript to display documents.
gRPC APIs - Coggle Diagram
gRPC APIs
- Create gRPC APIs in Publisher Portal
Entry Point / Navigation
Publisher opens Publisher Portal >>
Publisher selects Create API >>
Publisher chooses Create gRPC API >>
gRPC API creation screen is displayed
-
-
-
-
Unary gRPC Validation
-
-
-
Warning message is displayed correctly:
“Streaming gRPC methods are not supported.”
“The uploaded file contains streaming methods. Only unary gRPC methods are allowed.”
-
-
-
- Build a Dedicated GW for gRPC API services
-
-
-
-
-
-
-
-
2.3 Configure scope, authorization & contracts for gRPC APIs
-
-
-
-
-
-
End-to-End
-
Verify invocation fails when contract exists but the token has a scope which is not assigned to the tested gRPC API
Verify invocation fails when contract exists but the token has an environment which is not assigned to the tested gRPC API
-