Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for RbacConfig (0.4 sec)

  1. tools/convert_RbacConfig_to_ClusterRbacConfig.sh

    # This script is provided to help converting RbacConfig to ClusterRbacConfig automatically. The RbacConfig
    # will be deleted after the corresponding ClusterRbacConfig is successfully applied.
    # The RbacConfig is deprecated by ClusterRbacConfig due to an implementation bug that could cause the
    # RbacConfig to be namespace scoped in some cases. The ClusterRbacConfig has exactly same specification
    # as the RbacConfig, but with correctly implemented cluster scope.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 14 20:15:07 UTC 2019
    - 2K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/deprecation/deprecation.go

    	{
    		Group: "rbac.istio.io",
    		Names: k8sext.CustomResourceDefinitionNames{Kind: "ClusterRbacConfig"},
    	},
    	{
    		Group: "rbac.istio.io",
    		Names: k8sext.CustomResourceDefinitionNames{Kind: "RbacConfig"},
    	},
    	{
    		Group: "rbac.istio.io",
    		Names: k8sext.CustomResourceDefinitionNames{Kind: "ServiceRole"},
    	},
    	{
    		Group: "rbac.istio.io",
    		Names: k8sext.CustomResourceDefinitionNames{Kind: "ServiceRoleBinding"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 02 20:50:14 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  3. pkg/test/framework/features/allowlist.txt

    conformance_test,TestConformance/policy/instance/basic
    conformance_test,TestConformance/policy/rules/basic
    conformance_test,TestConformance/rbac/clusterRbacConfig/basic
    conformance_test,TestConformance/rbac/rbacConfig/basic
    conformance_test,TestConformance/rbac/serviceRole/basic
    conformance_test,TestConformance/rbac/serviceRoleBinding/basic
    conformance_test,TestConformance/security/authorizationPolicy/basic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top