Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 779 for serviceAccounts (0.32 sec)

  1. pilot/pkg/serviceregistry/kube/conversion_test.go

    		})
    	}
    }
    
    func TestServiceConversion(t *testing.T) {
    	serviceName := "service1"
    	namespace := "default"
    	saA := "serviceaccountA"
    	saB := "serviceaccountB"
    	saC := "spiffe://accounts.google.com/serviceaccountC@cloudservices.gserviceaccount.com"
    	saD := "spiffe://accounts.google.com/serviceaccountD@developer.gserviceaccount.com"
    
    	ip := "10.0.0.1"
    
    	tnow := time.Now()
    	localSvc := corev1.Service{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/operator/output/operator-dump.yaml

      - pods
      - pods/proxy
      - pods/portforward
      - persistentvolumeclaims
      - secrets
      - services
      - serviceaccounts
      - resourcequotas
      verbs:
      - '*'
    ---
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: istio-operator
    subjects:
    - kind: ServiceAccount
      name: istio-operator
      namespace: operator-test-namespace
    roleRef:
      kind: ClusterRole
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. cluster/addons/calico-policy-controller/globalnetworkpolicy-crd.yaml

                                from Calico-controlled endpoints."
                              type: string
                            serviceAccounts:
                              description: ServiceAccounts is an optional field that restricts
                                the rule to only apply to traffic that originates from
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 45.2K bytes
    - Viewed (0)
  4. security/tools/jwt/README.md

        ```
    
    - Create a service account or use an existing service account, and download the service account private key.
    
        - In the [Service Accounts page](https://console.cloud.google.com/iam-admin/serviceaccounts),
        click CREATE SERVICE ACCOUNT, or select one of the existing service accounts.
    
        - Click "Create Key" from the drop-down menu, and select the default JSON key type. The key file
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 14 20:15:07 UTC 2019
    - 1.9K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/admission/exclusion/resources.go

    	{Group: "", Resource: "pods/exec"},
    	{Group: "", Resource: "pods/portforward"},
    
    	// ref: https://github.com/kubernetes/kubernetes/issues/122205#issuecomment-1927390823
    	{Group: "", Resource: "serviceaccounts/token"},
    }
    
    // excluded is the list of resources that the expression-based admission controllers
    // should ignore.
    // The version is omitted, all versions of the same GroupResource are treated the same.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 23:31:18 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. pkg/kube/rpc_creds_test.go

    )
    
    func Test_tokenSupplier_GetRequestMetadata(t *testing.T) {
    	ctx := context.Background()
    	cli := NewFakeClient()
    	clientset := cli.Kube().(*fake.Clientset)
    	clientset.PrependReactor("create", "serviceaccounts",
    		func(action clienttesting.Action) (handled bool, ret runtime.Object, err error) {
    			act, ok := action.(clienttesting.CreateActionImpl)
    			if !ok {
    				return false, nil, nil
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 16 06:24:33 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. pkg/controlplane/storageversionhashdata/data.go

    	"v1/podtemplates":           "LIXB2x4IFpk=",
    	"v1/replicationcontrollers": "Jond2If31h0=",
    	"v1/resourcequotas":         "8uhSgffRX6w=",
    	"v1/secrets":                "S6u1pOWzb84=",
    	"v1/serviceaccounts":        "pbx9ZvyFpBE=",
    	"v1/services":               "0/CO1lhkEBI=",
    	"autoscaling/v1/horizontalpodautoscalers": "qwQve8ut294=",
    	"autoscaling/v2/horizontalpodautoscalers": "qwQve8ut294=",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 20:14:51 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/operator/output/operator-init.yaml

      - pods
      - pods/proxy
      - pods/portforward
      - persistentvolumeclaims
      - secrets
      - services
      - serviceaccounts
      - resourcequotas
      verbs:
      - '*'
    ---
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: istio-operator
    subjects:
    - kind: ServiceAccount
      name: istio-operator
      namespace: operator-test-namespace
    roleRef:
      kind: ClusterRole
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. OWNERS_ALIASES

        - deads2k
        - liggitt
        - tallclair
      sig-auth-policy-reviewers:
        - deads2k
        - liggitt
        - tallclair
        - krmayankk
      sig-auth-serviceaccounts-approvers:
        - deads2k
        - enj
        - liggitt
        - mikedanese
      sig-auth-serviceaccounts-reviewers:
        - deads2k
        - enj
        - liggitt
        - mikedanese
      # SIG Release
      release-engineering-approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 23:08:03 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  10. istioctl/pkg/completion/completion.go

    }
    
    func getServiceAccountsName(kubeClient kube.CLIClient, toComplete, ns string) ([]string, error) {
    	ctx := context.Background()
    	saList, err := kubeClient.Kube().CoreV1().ServiceAccounts(ns).List(ctx, metav1.ListOptions{})
    	if err != nil {
    		return nil, err
    	}
    
    	var saNameList []string
    	for _, sa := range saList.Items {
    		if toComplete == "" || strings.HasPrefix(sa.Name, toComplete) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top