Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for disabled_features (0.19 sec)

  1. samples/addons/kiali.yaml

        istio_namespace: istio-system
        kiali_feature_flags:
          certificates_information_indicators:
            enabled: true
            secrets:
            - cacerts
            - istio-ca-secret
          disabled_features: []
          validations:
            ignore:
            - KIA1301
        login_token:
          signing_key: CHANGEME00000000
        server:
          observability:
            metrics:
              enabled: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/options/authentication_test.go

    		testWebHook                       *WebHookAuthenticationOptions
    		testAuthenticationConfigFile      string
    		expectErr                         string
    		enabledFeatures, disabledFeatures []featuregate.Feature
    	}{
    		{
    			name: "test when OIDC and ServiceAccounts are nil",
    		},
    		{
    			name: "test when OIDC and ServiceAccounts are valid",
    			testOIDC: &OIDCAuthenticationOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
Back to top