Skip to content

Commit

Permalink
feat(plugins/okta): introduce optional UseAsync field in okta plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Sanja Kosier <[email protected]>
  • Loading branch information
SKosier committed Jun 13, 2024
1 parent ef2a608 commit 8652183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/okta/pkg/okta/okta.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ type Plugin struct {
CacheExpiration uint64 `json:"cache_expiration" jsonschema:"title=Cache Expiration,description=TTL in seconds for keys in cache for MFA events (default: 600)"`
CacheUserMaxSize uint64 `json:"cache_usermaxsize" jsonschema:"title=Cache User Max Size,description=Max size by user for the cache (default: 200)"`
RefreshInterval uint64 `json:"refresh_interval" jsonschema:"title=Refresh Interval,description=Delay in seconds between two calls to the Okta API (default: 10)"`
UseAsync bool `json:"useAsync" jsonschema:"title=Use async extraction,description=If true then async extraction optimization is enabled (Default: true),default=true"`
lastLogEvent LogEvent
lastEventNum uint64
cache gcache.Cache
Expand Down

0 comments on commit 8652183

Please sign in to comment.