Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #30 from ripienaar/29
Browse files Browse the repository at this point in the history
(#29) set action_policy as default authorizer
  • Loading branch information
ripienaar authored Sep 17, 2019
2 parents 78f9292 + 8846f09 commit 89b9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type Config struct {
RPCAudit bool `confkey:"rpcaudit" default:"false"`
RPCAuditProvider string `confkey:"rpcauditprovider" type:"title_string"`
RPCAuthorization bool `confkey:"rpcauthorization" default:"false"`
RPCAuthorizationProvider string `confkey:"rpcauthprovider" type:"title_string"`
RPCAuthorizationProvider string `confkey:"rpcauthprovider" type:"title_string" default:"action_policy"`
RPCLimitMethod string `confkey:"rpclimitmethod" default:"first" validate:"enum=first,random"`
LoggerType string `confkey:"logger_type" default:"file"`
FactCacheTime int `confkey:"fact_cache_time" default:"300"`
Expand Down

0 comments on commit 89b9095

Please sign in to comment.