Skip to main content
logoTetrate Service BridgeVersion: 1.10.x

Istio Direct Mode Gateway Service

Service to manage gateway settings in Istio Direct mode.

IstioGateway

The Istio Gateway service provides methods to manage gateway settings in Istio direct mode.

The methods in this service allow users to push Istio gateway configuration resources into TSB. All properties of the TSB resource hierarchies apply as well to these resources: grouping, access control policies in the management plane, etc.

CreateVirtualService

Requires CREATE

Create a new Istio VirtualService in the gateway group. Note that the VirtualService must be in one of the namespaces owned by the group.

GetVirtualService

Requires READ

Get the details of the given Istio VirtualService.

UpdateVirtualService

Requires WRITE

Modify the given Istio VirtualService.

ListVirtualServices

List all Istio VirtualServices that have been attached to the gateway group.

DeleteVirtualService

Requires DELETE

Delete the Istio VirtualService.

CreateGateway

Requires CREATE

Create an Istio Gateway object in the gateway group.

GetGateway

Requires READ

Get the details of the given Istio Gateway object.

UpdateGateway

Requires WRITE

Modify the given Istio Gateway object.

ListGateways

List all the Istio Gateway objects that have been attached to the gateway group.

DeleteGateway

Requires DELETE

delete the given Istio Gateway object.

CreateRequestAuthentication

Requires CREATE

Create an Istio RequestAuthentication in the gateway group.

GetRequestAuthentication

Requires READ

Get the details for the given Istio RequestAuthentication.

UpdateRequestAuthentication

Requires WRITE

Modify the given Istio RequestAuthentication.

ListRequestAuthentications

List all Istio RequestAuthentications that have been attached to the gateway group.

DeleteRequestAuthentication

Requires DELETE

Delete the given Istio RequestAuthentication.

CreateAuthorizationPolicy

Requires CREATE

Create an Istio AuthorizationPolicy in the gateway group.

GetAuthorizationPolicy

Requires READ

Get the details of the given Istio AuthorizationPolicy.

UpdateAuthorizationPolicy

Requires WRITE

Modify the given Istio AuthorizationPolicy.

ListAuthorizationPolicies

List all Istio AuthorizationPolies that have been attached to the gateway group.

DeleteAuthorizationPolicy

Requires DELETE

Delete the given Istio AuthorizationPolicy.