Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setGlobalAuthZPlugin (0.21 sec)

  1. cmd/iam.go

    					authZPluginCfg.Transport = opaCfg.Transport
    					authZPluginCfg.CloseRespFn = opaCfg.CloseRespFn
    					authZInit = true
    				}
    			}
    			if authZInit {
    				setGlobalAuthZPlugin(polplugin.New(authZPluginCfg))
    			}
    		}
    
    		if !openidInit || !ldapInit || !authNInit || !authZInit {
    			retryInterval := time.Duration(r.Float64() * float64(3*time.Second))
    			if !openidInit {
    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