Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for rbacv1 (0.31 sec)

  1. istioctl/pkg/proxyconfig/testdata/config_dump.json

                                      "request": {}
                                    },
                                    "metadata_key": {
                                      "key": "envoy.filters.http.rbac",
                                      "path": [
                                        {
                                          "key": "istio_dry_run_allow_shadow_effective_policy_id"
                                        }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  2. common/scripts/metallb-native.yaml

    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: RoleBinding
    metadata:
      labels:
        app: metallb
      name: pod-lister
      namespace: metallb-system
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: Role
      name: pod-lister
    subjects:
    - kind: ServiceAccount
      name: speaker
      namespace: metallb-system
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  3. istioctl/pkg/writer/compare/testdata/configdump.json

                                      "request": {}
                                    },
                                    "metadata_key": {
                                      "key": "envoy.filters.http.rbac",
                                      "path": [
                                        {
                                          "key": "istio_dry_run_allow_shadow_effective_policy_id"
                                        }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                                      "request": {}
                                    },
                                    "metadata_key": {
                                      "key": "envoy.filters.http.rbac",
                                      "path": [
                                        {
                                          "key": "istio_dry_run_allow_shadow_effective_policy_id"
                                        }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    	proto.RegisterType((*Role)(nil), "k8s.io.api.rbac.v1.Role")
    	proto.RegisterType((*RoleBinding)(nil), "k8s.io.api.rbac.v1.RoleBinding")
    	proto.RegisterType((*RoleBindingList)(nil), "k8s.io.api.rbac.v1.RoleBindingList")
    	proto.RegisterType((*RoleList)(nil), "k8s.io.api.rbac.v1.RoleList")
    	proto.RegisterType((*RoleRef)(nil), "k8s.io.api.rbac.v1.RoleRef")
    	proto.RegisterType((*Subject)(nil), "k8s.io.api.rbac.v1.Subject")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    	proto.RegisterType((*Role)(nil), "k8s.io.api.rbac.v1beta1.Role")
    	proto.RegisterType((*RoleBinding)(nil), "k8s.io.api.rbac.v1beta1.RoleBinding")
    	proto.RegisterType((*RoleBindingList)(nil), "k8s.io.api.rbac.v1beta1.RoleBindingList")
    	proto.RegisterType((*RoleList)(nil), "k8s.io.api.rbac.v1beta1.RoleList")
    	proto.RegisterType((*RoleRef)(nil), "k8s.io.api.rbac.v1beta1.RoleRef")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    	proto.RegisterType((*Role)(nil), "k8s.io.api.rbac.v1alpha1.Role")
    	proto.RegisterType((*RoleBinding)(nil), "k8s.io.api.rbac.v1alpha1.RoleBinding")
    	proto.RegisterType((*RoleBindingList)(nil), "k8s.io.api.rbac.v1alpha1.RoleBindingList")
    	proto.RegisterType((*RoleList)(nil), "k8s.io.api.rbac.v1alpha1.RoleList")
    	proto.RegisterType((*RoleRef)(nil), "k8s.io.api.rbac.v1alpha1.RoleRef")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  8. istioctl/pkg/describe/describe.go

    		return []string{}, err
    	}
    
    	// Identify RBAC policies. Currently there are no "breadcrumbs" so we only return the policy names.
    	for _, httpFilter := range hcm.HttpFilters {
    		if httpFilter.Name == wellknown.HTTPRoleBasedAccessControl {
    			rbac := &rbachttp.RBAC{}
    			if err := httpFilter.GetTypedConfig().UnmarshalTo(rbac); err == nil {
    				policies := []string{}
    				for polName := range rbac.Rules.Policies {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    				return
    			}
    			// Ensure we don't get stuck on old connections with old RBAC rules. This causes 45s test times
    			// due to draining.
    			opt.NewConnectionPerRequest = true
    
    			overrideCheck := func(_ echo.Instance, dst echo.Instance, opt *echo.CallOptions) {
    				if !dst.Config().HasProxyCapabilities() {
    					// No destination means no RBAC to apply. Make sure we do not accidentally reject
    					opt.Check = check.OK()
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. hack/local-up-cluster.sh

        if [[ -n "${AUTHORIZATION_CONFIG:-}" ]]; then
          authorizer_args+=("--authorization-config=${AUTHORIZATION_CONFIG}")
        else
          if [[ -n "${AUTHORIZATION_MODE:-Node,RBAC}" ]]; then
            authorizer_args+=("--authorization-mode=${AUTHORIZATION_MODE:-Node,RBAC}")
          fi
          authorizer_args+=(
            "--authorization-webhook-config-file=${AUTHORIZATION_WEBHOOK_CONFIG_FILE}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top