Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDefaultConnSettings (0.35 sec)

  1. cmd/iam.go

    			} else {
    				authNInit = true
    				setGlobalAuthNPlugin(idplugin.New(GlobalContext, authNPluginCfg))
    			}
    		}
    
    		if !authZInit {
    			authZPluginCfg, err := polplugin.LookupConfig(s, GetDefaultConnSettings(), xhttp.DrainBody)
    			if err != nil {
    				iamLogIf(ctx, fmt.Errorf("Unable to initialize AuthZPlugin: %w", err), logger.WarningKind)
    			} else {
    				authZInit = true
    			}
    			if authZPluginCfg.URL == nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
Back to top