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]: API: Redact sensitive API keys from Ray #933

Open
1 task done
peteski22 opened this issue Feb 19, 2025 · 1 comment · May be fixed by #896
Open
1 task done

[FEATURE]: API: Redact sensitive API keys from Ray #933

peteski22 opened this issue Feb 19, 2025 · 1 comment · May be fixed by #896
Assignees
Labels
enhancement New feature or request

Comments

@peteski22
Copy link
Contributor

Motivation

When users of the API call /jobs/{id} they get an object which combines data from Lumigator's database and also from the upstream Ray service.

... (also with /jobs/ which lists all jobs which appear in both Lumigator and Ray).

Lumigator should redact any values for keys that are configured in the system.

  • Allow regex patterns for sensitive keys to be described in Lumigator's backend settings
  • Allow redaction value to be supplied (with sensible default)
  • Redact all API responses which contain data from Ray that includes the sensitive patterns

Depends on #930

Alternatives

No response

Contribution

No response

Have you searched for similar issues before submitting this one?

  • Yes, I have searched for similar issues
@peteski22 peteski22 added the enhancement New feature or request label Feb 19, 2025
@peteski22 peteski22 self-assigned this Feb 19, 2025
@peteski22
Copy link
Contributor Author

Refs: #896

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