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

refactor: update backup-handler to use machinery #3724

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented May 20, 2024

General Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated
  • PR title is ready for inclusion in changelog

Database Migrations

  • If your PR contains a database migation, it MUST be the latest in date order alphabetically

Just updates backup-handler to use the machinery package for API interactions so that it can leverage the token generation utility machinery provides instead of the older lagoon-cli API package that generated a lagoon-commons token.

This means that backup-handler will generate a short lived token under backup-handler now. This is so that #3645 will be able to start to be enforceable generally.

Blocked

uselagoon/machinery#54 - Needs to be merged and released so this PR can be updated to use an actual tagged version of machinery than a commit

@shreddedbacon shreddedbacon added this to the 2.20.0 milestone May 20, 2024
@shreddedbacon shreddedbacon marked this pull request as ready for review June 5, 2024 22:27
Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@tobybellwood tobybellwood merged commit 3f753ae into main Jun 6, 2024
1 check passed
@tobybellwood tobybellwood deleted the backup-handler-machinery branch June 6, 2024 04:34
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.

2 participants