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

Replace shell script with Python #30

Open
in0rdr opened this issue Sep 12, 2024 · 1 comment · May be fixed by #31
Open

Replace shell script with Python #30

in0rdr opened this issue Sep 12, 2024 · 1 comment · May be fixed by #31
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@in0rdr
Copy link
Collaborator

in0rdr commented Sep 12, 2024

The current shell script implementation for the Kubernetes CronJob works for simple scripting purposes, but does not scale well for more complex logic (such as custom retention and maybe other features in the future).

Reasons for Python implementation:

  • We don't have to write to a file (we can read the file stream and store the object directly from memory to s3)
  • We can get rid of S3_URI input parameter
@in0rdr in0rdr linked a pull request Sep 12, 2024 that will close this issue
3 tasks
@in0rdr in0rdr added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 13, 2024
@in0rdr
Copy link
Collaborator Author

in0rdr commented Sep 13, 2024

Good first issue if you would like to to do some Python programming. The draft is already testable. Would be good if we keep the VAULT_TOKEN authentication as a fallback (for testing purposes) when no Kubernetes auth credentials are provided as an input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant