-
Notifications
You must be signed in to change notification settings - Fork 141
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
Rolling back system token OTP logic #219
Conversation
This reverts #178 and also changes the token lifetime from It should also resolve https://bugzilla.redhat.com/show_bug.cgi?id=1514607 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit, but shouldn't this use git revert
and a separate commit for the ttl change?
891eba4
to
2adf041
Compare
It was decided to have the system token ttl have a short lifespan of a minute or less to minimize the window for token snooping and possible DOS attacks.
2adf041
to
21c3572
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Checked commits abellotti/manageiq-api@28b92fa~...21c3572 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Rolling back system token OTP logic (cherry picked from commit f80b70b)
Gaprindashvili backport details:
|
@abellotti can you review to see if this can be backported to fine branch. If yes, can you add the fine/yes label. See for ref: https://bugzilla.redhat.com/show_bug.cgi?id=1552267 |
fine branch did not have the OTP logic, so no need to backport. |
/cc @carbonin @gtanzillo