Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 369 for spiffe (0.11 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. releasenotes/notes/spiffe-bundle-multiple-certs.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
      - 44831
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 03:02:17 UTC 2023
    - 176 bytes
    - Viewed (0)
  3. security/pkg/pki/testdata/spiffe-workload-key.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  4. security/pkg/pki/testdata/spiffe-int-cert.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  5. security/pkg/pki/testdata/spiffe-workload-cert.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 2K bytes
    - Viewed (0)
  6. security/pkg/pki/testdata/spiffe-root-cert-1.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 1K bytes
    - Viewed (0)
  7. security/pkg/pki/testdata/spiffe-root-cert-2.pem

    Kailun Qin <******@****.***> 1616176932 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 19 18:02:12 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  8. releasenotes/notes/drop-legacy-spiffe-bundle-endpoints.yaml

    John Howard <******@****.***> 1683594068 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 09 01:01:08 UTC 2023
    - 134 bytes
    - Viewed (0)
  9. 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)
  10. samples/security/spire/istio-spire-config.yaml

          templates:
            spire: |
              spec:
                containers:
                - name: istio-proxy
                  volumeMounts:
                  - name: workload-socket
                    mountPath: /run/secrets/workload-spiffe-uds
                    readOnly: true
                volumes:
                  - name: workload-socket
                    csi:
                      driver: "csi.spiffe.io"
                      readOnly: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 22:08:56 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top