Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider automatic activation unblocking #1058

Open
petrdvorak opened this issue Sep 19, 2023 · 0 comments
Open

Consider automatic activation unblocking #1058

petrdvorak opened this issue Sep 19, 2023 · 0 comments
Assignees

Comments

@petrdvorak
Copy link
Member

We have repeated requests for unblocking of a blocked activation. We should implement some basic stuff so that the business users get what they typically require. The mechanism should allow to specify:

  • How many times the activation can be unblocked?
  • Should the activation be removed when it isn't auto-unblocked? Could address Add "removeOnBlock" switch to application #341...
  • Should the counter above be related to any reasons, or only too many failed auth attempts?
  • After how long should the automatic unblock happen?
  • Should the interval length be linear or exponential backoff?

Examples:

  • "Unblock blocked activation after 10 minutes"
  • "Unblock blocked activation after 10 minutes, but at most three times"
  • "Unblock blocked activation after 10 minutes, but at most three times and then remove it"
  • "Unblock blocked activation at most three times, start with 10 minutes and use exponential backoff - 20 minutes for the second unblock, 40 minutes for the last one"
@petrdvorak petrdvorak self-assigned this Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant