Skip to content

Add authz2 expired-authz-purger tool#4226

Merged
rolandshoemaker merged 4 commits intomasterfrom
authz2-purgeo
May 30, 2019
Merged

Add authz2 expired-authz-purger tool#4226
rolandshoemaker merged 4 commits intomasterfrom
authz2-purgeo

Conversation

@rolandshoemaker
Copy link
Copy Markdown
Contributor

Fixes #4188.

@rolandshoemaker rolandshoemaker requested a review from a team as a code owner May 23, 2019 22:10
@jsha
Copy link
Copy Markdown
Contributor

jsha commented May 23, 2019

Why is this its own binary rather than a flag on the existing EAP?

@rolandshoemaker
Copy link
Copy Markdown
Contributor Author

Why is this its own binary rather than a flag on the existing EAP?

It shares basically no common logic other than the typical tool boilerplate. Instead of adding a complex second mode to the existing tool that would require excising of the old mode when old style authorizations are deprecated I felt it made more sense to implement as a separate tool. This allows us to simply delete the existing tool when we deprecate old style authorizations, and makes the new code considerably easier to read and reason about.

cpu
cpu previously approved these changes May 24, 2019
Copy link
Copy Markdown
Contributor

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rolandshoemaker rolandshoemaker merged commit 11d16df into master May 30, 2019
@cpu cpu deleted the authz2-purgeo branch May 31, 2019 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New style authorizations: Implement authz purger code

3 participants