Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PeerAuthentications (0.26 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/policies.go

    		if len(krt.Fetch(ctx, PeerAuths)) == 0 {
    			return nil
    		}
    		meshCfg := krt.FetchOne(ctx, MeshConfig.AsCollection())
    		// If there are any PeerAuthentications in our cache, send our static STRICT policy
    		return &model.WorkloadAuthorization{
    			LabelSelector: model.LabelSelector{},
    			Authorization: &security.Authorization{
    				Name:      staticStrictPolicyName,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

        heritage: Tiller
        istio: security
        release: istio
      name: peerauthentications.security.istio.io
    spec:
      group: security.istio.io
      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

        heritage: Tiller
        istio: security
        release: istio
      name: peerauthentications.security.istio.io
    spec:
      group: security.istio.io
      names:
        categories:
        - istio-io
        - security-istio-io
        kind: PeerAuthentication
        listKind: PeerAuthenticationList
        plural: peerauthentications
        shortNames:
        - pa
        singular: peerauthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top