Using the Tanzu Service Mesh CLI, you can retrieve all the API specifications that make up an access control policy configuration from Tanzu Service Mesh SaaS. You can combine these specifications in a declarative manifest file to describe a complete access control policy configuration.
A complete access control policy configuration consists of the following configurations:
Service group configurations. You must provide a configuration for each service group that you want to define as a source service group or as a destination service group in the access control policy. For more information about the service group configuration, see Create a Service Group.
Access control policy configuration. You must provide the general policy details (its name, scope, and optionally labels) and the definitions of the source and destination service groups in the policy. For more information about the access control policy configuration, see Access Control Policy: UI Configuration.
You must retrieve the API specifications that correspond to these configurations from Tanzu Service Mesh SaaS and combine them in the access control policy manifest file.
Prerequisites
Be familiar with the concept of service group in Tanzu Service Mesh.
Be familiar with the concept of access control policy in Tanzu Service Mesh.
Be familiar with the Kubernetes YAML manifest format.
Procedure
Results
For information about how to apply the access control policy configuration in a manifest file to your Tanzu Service Mesh tenant, see Apply a Configuration to Tanzu Service Mesh SaaS Using the CLI.
What to do next
Add the access control policy manifest file to the Git repository where you maintain all your manifest files.