Default INITIAL_NO_AUTH_ACTION_COUNT should be infinity.
This commit is contained in:
parent
bec0c5a273
commit
59f091bdea
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class _TemplateEnvironmentMixin(object):
|
||||||
|
|
||||||
class ActionAuthenticatorMixin(object):
|
class ActionAuthenticatorMixin(object):
|
||||||
|
|
||||||
INITIAL_NO_AUTH_ACTION_COUNT = int(os.environ.get("INITIAL_NO_AUTH_ACTION_COUNT", 999999999))
|
INITIAL_NO_AUTH_ACTION_COUNT = float(os.environ.get("INITIAL_NO_AUTH_ACTION_COUNT", float("inf")))
|
||||||
request_count = 0
|
request_count = 0
|
||||||
|
|
||||||
def _authenticate_action(self, iam_request_cls):
|
def _authenticate_action(self, iam_request_cls):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue