Skip to content

Commit

Permalink
add enable service auth logging key
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolodezny committed Sep 10, 2021
1 parent d1a3c11 commit eacf42f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/dynamicconfig/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,11 @@ const (
// Default value: N/A
// TODO: https://github.com/uber/cadence/issues/3861
EnableServiceAuthorization
// EnableServiceAuthorizationLogOnly is the key to enable authorization logging for a service, only for extension binary:
// KeyName: N/A
// Default value: N/A
// TODO: https://github.com/uber/cadence/issues/3861
EnableServiceAuthorizationLogOnly
// Usage: VisibilityArchivalQueryMaxRangeInDays is the maximum number of days for a visibility archival query
// KeyName: N/A
// Default value: N/A
Expand Down Expand Up @@ -2306,6 +2311,7 @@ var Keys = map[Key]string{
// TODO https://github.com/uber/cadence/issues/3861
EnableAuthorization: "system.enableAuthorization",
EnableServiceAuthorization: "system.enableServiceAuthorization",
EnableServiceAuthorizationLogOnly: "system.enableServiceAuthorizationLogOnly",
VisibilityArchivalQueryMaxRangeInDays: "frontend.visibilityArchivalQueryMaxRangeInDays",
VisibilityArchivalQueryMaxQPS: "frontend.visibilityArchivalQueryMaxQPS",
EnableArchivalCompression: "worker.EnableArchivalCompression",
Expand Down

0 comments on commit eacf42f

Please sign in to comment.