Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LookupConfig (0.04 sec)

  1. cmd/iam.go

    			}
    		}
    
    		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 {
    				opaCfg, err := opa.LookupConfig(s[config.PolicyOPASubSys][config.Default],
    					NewHTTPTransport(), xhttp.DrainBody)
    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