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

[FEATURE]: Supply or generate+store AES symmetric key for Lumigator on startup #948

Closed
1 task done
peteski22 opened this issue Feb 20, 2025 · 0 comments · Fixed by #980
Closed
1 task done

[FEATURE]: Supply or generate+store AES symmetric key for Lumigator on startup #948

peteski22 opened this issue Feb 20, 2025 · 0 comments · Fixed by #980
Assignees
Labels
enhancement New feature or request

Comments

@peteski22
Copy link
Contributor

Motivation

In order to encrypt sensitive API key information which we plan to store in Lumigator's DB we need a symmetric key which will be used to encrypt API keys, and decrypt them for the internal app to send to Ray.

Makefile:

  • Has path to key file location configured
  • Checks for existence of key on local-up or start-* targets
  • If key doesn't exist generate and store it in the key file location
  • Supply key as an env var to Lumigator's backend
  • Output information on key file location
  • Document the process!

NOTE: Consider if the key value path should be set in .default.conf

Alternatives

No response

Contribution

No response

Have you searched for similar issues before submitting this one?

  • Yes, I have searched for similar issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant