Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for spiffe (0.27 sec)

  1. pkg/spiffe/spiffe.go

    // For example,
    // ExpandWithTrustDomains({"spiffe://td1/ns/def/sa/def"}, {"td1", "td2"}) returns
    //
    //	{"spiffe://td1/ns/def/sa/def", "spiffe://td2/ns/def/sa/def"}.
    //
    // ExpandWithTrustDomains({"spiffe://td1/ns/def/sa/a", "spiffe://td1/ns/def/sa/b"}, {"td2"}) returns
    //
    //	{"spiffe://td1/ns/def/sa/a", "spiffe://td2/ns/def/sa/a", "spiffe://td1/ns/def/sa/b", "spiffe://td2/ns/def/sa/b"}.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  2. samples/security/spire/spire-quickstart.yaml

                  readOnly: true
                - name: spire-agent-socket-dir
                  mountPath: /run/secrets/workload-spiffe-uds
                - name: spire-token
                  mountPath: /var/run/secrets/tokens
            # This is the container which runs the SPIFFE CSI driver.
            - name: spiffe-csi-driver
              image: ghcr.io/spiffe/spiffe-csi-driver:0.2.0
              imagePullPolicy: IfNotPresent
              args: [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  3. pkg/spiffe/spiffe_test.go

    			trustDomains: []string{
    				"foo",
    				"cluster.local",
    			},
    			want: map[string]struct{}{
    				"spiffe://cluster.local/ns/def/sa/def": {},
    				"spiffe://foo/ns/def/sa/def":           {},
    			},
    		},
    		{
    			name:      "TwoIentities",
    			spiffeURI: []string{"spiffe://cluster.local/ns/def/sa/def", "spiffe://cluster.local/ns/a/sa/a"},
    			trustDomains: []string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/tcp/deny-both-http-tcp-out.yaml

                        principalName:
                          exact: spiffe://principal
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: spiffe://.*principal-suffix
                    - authenticated:
                        principalName:
                          prefix: spiffe://principal-prefix
                    - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  5. pilot/pkg/xds/sds_test.go

    		VerifiedIdentity: &spiffe.Identity{Namespace: "istio-system"},
    		Type:             model.Router,
    		ConfigNamespace:  "istio-system",
    	}
    	otherNamespace := &model.Proxy{
    		Metadata:         &model.NodeMetadata{ClusterID: constants.DefaultClusterName},
    		VerifiedIdentity: &spiffe.Identity{Namespace: "other-namespace"},
    		Type:             model.Router,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

                        principalName:
                          exact: spiffe://principal
                    - authenticated:
                        principalName:
                          prefix: spiffe://principal-prefix-
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: spiffe://.*-suffix-principal
                    - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/extended-single-policy-out.yaml

                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[1]
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[2]
                - orIds:
                    ids:
                    - andIds:
                        ids:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

                        principalName:
                          exact: spiffe://principal
                    - authenticated:
                        principalName:
                          prefix: spiffe://principal-prefix-
                    - authenticated:
                        principalName:
                          safeRegex:
                            regex: spiffe://.*-suffix-principal
                    - authenticated:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  9. pilot/pkg/security/authz/builder/testdata/http/single-policy-out.yaml

                - orIds:
                    ids:
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[1]
                    - authenticated:
                        principalName:
                          exact: spiffe://rule[0]-from[0]-principal[2]
                - orIds:
                    ids:
                    - metadata:
                        filter: istio_authn
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 16:35:46 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  10. security/pkg/pki/util/generate_cert_test.go

    		{
    			name:       "Single subject ID",
    			subjectIDs: []string{"spiffe://test.com/abc/def"},
    			signeeKey:  rsaSigneeKey,
    			csrTemplate: &x509.CertificateRequest{
    				SignatureAlgorithm: x509.SHA256WithRSA,
    				DNSNames:           []string{"name_in_csr"},
    				Version:            3,
    			},
    		},
    		{
    			name:       "Two subject IDs",
    			subjectIDs: []string{"spiffe://test.com/abc/def", "test.com"},
    			signeeKey:  rsaSigneeKey,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
Back to top