Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for principale (0.19 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                      "shared_with_upstream": "ONCE"
                                    },
                                    {
                                      "object_key": "io.istio.peer_principal",
                                      "format_string": {
                                        "text_format_source": {
                                          "inline_string": "%DOWNSTREAM_PEER_URI_SAN%"
    Json
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 51.6K bytes
    - Viewed (1)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    description: Optional.
                                    items:
                                      type: string
                                    type: array
                                  principals:
                                    description: Optional.
                                    items:
                                      type: string
                                    type: array
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest).
      // 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.
      //   See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz
      // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 22.6K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/admissionregistration/v1/generated.proto

      // 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest).
      // 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.
      //   See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz
      // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.4K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                    description: Optional.
                                    items:
                                      type: string
                                    type: array
                                  principals:
                                    description: Optional.
                                    items:
                                      type: string
                                    type: array
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    type: string type: array notPrincipals: description: Optional. items: type: string type: array notRemoteIpBlocks: description: Optional. items: type: string type: array notRequestPrincipals: description: Optional. items: type: string type: array principals: description: Optional. items: type: string type: array remoteIpBlocks: description: Optional. items: type: string type: array requestPrincipals: description: Optional. items: type: string type: array type: object type: object type: array to: description:...
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional ServiceStatus status = 3;
    }
    
    // ServiceAccount binds together:
    // * a name, understood by users, and perhaps by peripheral systems, for an identity
    // * a principal that can be authenticated and authorized
    // * a set of secrets
    message ServiceAccount {
      // Standard object's metadata.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/compare/testdata/configdump.json

                                      "shared_with_upstream": "ONCE"
                                    },
                                    {
                                      "object_key": "io.istio.peer_principal",
                                      "format_string": {
                                        "text_format_source": {
                                          "inline_string": "%DOWNSTREAM_PEER_URI_SAN%"
    Json
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Mar 12 10:02:09 GMT 2024
    - 52K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/istio-workload-dashboard.json

          "targets": [
            {
              "datasource": {
                "type": "prometheus",
                "uid": "${datasource}"
              },
              "expr": "round(sum(irate(istio_requests_total{destination_principal=~\"spiffe.*\", source_workload_namespace=~\"$namespace\", source_workload=~\"$workload\", reporter=\"source\", destination_service=~\"$dstsvc\"}[5m])) by (destination_service, response_code), 0.001)",
              "format": "time_series",
    Json
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Mar 27 03:47:04 GMT 2024
    - 102.7K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/ztunnel/configdump/api.go

    }
    
    type PolicyMatch struct {
    	Namespaces          []StringMatch `json:"namespaces,omitempty"`
    	NotNamespaces       []StringMatch `json:"notNamespaces,omitempty"`
    	Principals          []StringMatch `json:"principals,omitempty"`
    	NotPrincipals       []StringMatch `json:"notPrincipals,omitempty"`
    	SourceIps           []string      `json:"sourceIps,omitempty"`
    	NotSourceIps        []string      `json:"notSourceIps,omitempty"`
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 25 02:16:06 GMT 2024
    - 5.2K bytes
    - Viewed (0)
Back to top