Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 201 for audiences (0.28 sec)

  1. pilot/pkg/config/kube/gateway/testdata/deployment/waypoint.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: istio-ca
                  expirationSeconds: 43200
                  path: istio-token
          - configMap:
              name: istio-ca-root-cert
            name: istiod-ca-cert
    ---
    apiVersion: v1
    kind: Service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/deployment/custom-class.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations: {}
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/deployment/kube-gateway-ambient-redirect.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations: {}
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/testdata/deployment/multinetwork.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations: {}
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/deployment/simple.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations:
        should: see
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-probes-localhost.yaml.injected

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: istio-ca
                  expirationSeconds: 43200
                  path: istio-token
          - configMap:
              name: istio-ca-root-cert
            name: istiod-ca-cert
    status: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/testdata/deployment/cluster-ip.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations:
        networking.istio.io/service-type: ClusterIP
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/deployment/infrastructure-labels-annotations.yaml

                path: annotations
            name: istio-podinfo
          - name: istio-token
            projected:
              sources:
              - serviceAccountToken:
                  audience: <no value>
                  expirationSeconds: 43200
                  path: istio-token
    ---
    apiVersion: v1
    kind: Service
    metadata:
      annotations:
        fizz: buzz
      labels:
        foo: bar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

          - emptyDir:
              medium: Memory
            name: local-certs
          - name: istio-token
            projected:
              sources:
                - serviceAccountToken:
                    audience: {{ .Values.global.sds.token.aud }}
                    expirationSeconds: 43200
                    path: istio-token
          # Optional: user-generated root
          - name: cacerts
            secret:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 9K bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/files/gateway-injection-template.yaml

                fieldPath: metadata.annotations
      - name: istio-token
        projected:
          sources:
          - serviceAccountToken:
              path: istio-token
              expirationSeconds: 43200
              audience: {{ .Values.global.sds.token.aud }}
      {{- if eq .Values.global.pilotCertProvider "istiod" }}
      - name: istiod-ca-cert
        configMap:
          name: istio-ca-root-cert
      {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top