Skip to content

Generate RSA keys job#223

Merged
pawbu merged 6 commits intomainfrom
generate-rsa-keys-job
Feb 2, 2026
Merged

Generate RSA keys job#223
pawbu merged 6 commits intomainfrom
generate-rsa-keys-job

Conversation

@pawbu
Copy link
Contributor

@pawbu pawbu commented Jan 19, 2026

This job is part of the new datastore provisioning flow.
It is triggered by datastore‑api and is responsible for generating a new RSA key pair for the new datastore.
The job performs the following steps:

  • generates a new RSA key pair
  • stores the private key
  • sends the public key back to datastore‑api so that it can be served later on

Also fixing dependency cooldown with uv using a version that supports it.

pawbu added 5 commits January 15, 2026 12:23
# Conflicts:
#	.test.env
#	job_executor/domain/datastores.py
#	job_executor/domain/manager/__init__.py
#	tests/resources/secrets/secrets.json
@pawbu pawbu requested a review from a team as a code owner January 19, 2026 13:39
Copy link
Collaborator

@DanielElisenberg DanielElisenberg left a comment

Choose a reason for hiding this comment

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

Code and logic looks nice 💯 Some structure comments

@sonarqubecloud
Copy link

Copy link
Collaborator

@DanielElisenberg DanielElisenberg left a comment

Choose a reason for hiding this comment

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

Looks great 💯 🚢

@pawbu pawbu merged commit 8861406 into main Feb 2, 2026
5 checks passed
@pawbu pawbu deleted the generate-rsa-keys-job branch February 2, 2026 10:01
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