diff --git a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html index c310c37acc..7decc1c666 100644 --- a/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html +++ b/authentication/v1alpha1/istio.authentication.v1alpha1.pb.html @@ -368,7 +368,7 @@

Policy

name: mTLS_enable namespace: frod spec: - target: + targets: - name: productpage ports: - number: 9000 diff --git a/authentication/v1alpha1/policy.pb.go b/authentication/v1alpha1/policy.pb.go index c5a8a66419..ea0dc950ae 100644 --- a/authentication/v1alpha1/policy.pb.go +++ b/authentication/v1alpha1/policy.pb.go @@ -674,7 +674,7 @@ func (m *OriginAuthenticationMethod) GetJwt() *Jwt { // name: mTLS_enable // namespace: frod // spec: -// target: +// targets: // - name: productpage // ports: // - number: 9000 diff --git a/authentication/v1alpha1/policy.proto b/authentication/v1alpha1/policy.proto index 32a56ac0f5..14c0f4294e 100644 --- a/authentication/v1alpha1/policy.proto +++ b/authentication/v1alpha1/policy.proto @@ -289,7 +289,7 @@ enum PrincipalBinding { // name: mTLS_enable // namespace: frod // spec: -// target: +// targets: // - name: productpage // ports: // - number: 9000