Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for auth_token (0.26 sec)

  1. internal/logger/legacy.go

    		config.KV{
    			Key:   config.Enable,
    			Value: config.EnableOn,
    		},
    		config.KV{
    			Key:   Endpoint,
    			Value: args.Endpoint.String(),
    		},
    		config.KV{
    			Key:   AuthToken,
    			Value: args.AuthToken,
    		},
    	}
    }
    
    // SetLoggerHTTP helper for migrating older config to newer KV format.
    func SetLoggerHTTP(scfg config.Config, k string, args http.Config) {
    	if !args.Enabled {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Aug 03 09:47:07 GMT 2023
    - 2K bytes
    - Viewed (1)
  2. internal/config/policy/opa/legacy.go

    		return
    	}
    	s[config.PolicyOPASubSys][config.Default] = config.KVS{
    		config.KV{
    			Key:   URL,
    			Value: opaArgs.URL.String(),
    		},
    		config.KV{
    			Key:   AuthToken,
    			Value: opaArgs.AuthToken,
    		},
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 1.4K bytes
    - Viewed (0)
  3. internal/config/notify/legacy.go

    			Value: config.EnableOn,
    		},
    		config.KV{
    			Key:   target.WebhookEndpoint,
    			Value: cfg.Endpoint.String(),
    		},
    		config.KV{
    			Key:   target.WebhookAuthToken,
    			Value: cfg.AuthToken,
    		},
    		config.KV{
    			Key:   target.WebhookQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    			Key:   target.WebhookQueueLimit,
    			Value: strconv.Itoa(int(cfg.QueueLimit)),
    		},
    		config.KV{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Mar 19 04:37:54 GMT 2024
    - 13.1K bytes
    - Viewed (0)
Back to top