Skip to main content
logoTetrate Service BridgeVersion: 1.10.x

Istio Direct Mode Security Service

Service to manage security settings in Istio Direct mode.

IstioSecurity

The Istio Security service provides methods to manage security settings in Istio direct mode.

The methods in this service allow users to push Istio security 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.

CreatePeerAuthentication

Requires CREATE

Create a new Istio PeerAuthentication resource in the given group.

GetPeerAuthentication

Requires READ

Get the details of the given Istio PeerAuthentication resource.

UpdatePeerAuthentication

Requires WRITE

Modify a Istio PeerAuthentication resource.

ListPeerAuthentications

List all Istio PeerAuthentication resources that have been attached to the security group.

DeletePeerAuthentication

Requires DELETE

Delete the given Istio PeerAuthentication resource.

CreateAuthorizationPolicy

Requires CREATE

Create an Istio AuthorizationPolicy in the given security group.

GetAuthorizationPolicy

Requires READ

Get the details of the given Istio AuthorizationPolicy.

UpdateAuthorizationPolicy

Requires WRITE

Modify an Istio AuthorizationPolicy.

ListAuthorizationPolicies

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

DeleteAuthorizationPolicy

Requires DELETE

Delete the given Istio AuthorizationPolicy.

CreateRequestAuthentication

Requires CREATE

Create an Istio RequestAuthentication in the security 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 security group.

DeleteRequestAuthentication

Requires DELETE

Delete the given Istio RequestAuthentication.