Skip to main content
Version: 1.2.x

Istio Direct Mode Security Service

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 CreatePeerAuthentication

Create a new Istio PeerAuthentication resource in the given group.

GetPeerAuthentication

Requires ReadPeerAuthentication

Get the details of the given Istio PeerAuthentication resource.

UpdatePeerAuthentication

Requires WritePeerAuthentication

Modify a Istio PeerAuthentication resource.

ListPeerAuthentications

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

DeletePeerAuthentication

Requires DeletePeerAuthentication

Delete the given Istio PeerAuthentication resource.

CreateAuthorizationPolicy

Requires CreateAuthorizationPolicy

Create an Istio AuthorizationPolicy in the given security group.

GetAuthorizationPolicy

Requires ReadAuthorizationPolicy

Get the details of the given Istio AuthorizationPolicy.

UpdateAuthorizationPolicy

Requires WriteAuthorizationPolicy

Modify an Istio AuthorizationPolicy.

ListAuthorizationPolicies

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

DeleteAuthorizationPolicy

Requires DeleteAuthorizationPolicy

Delete the given Istio AuthorizationPolicy.