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

feat(SqlEdrStore): add configurable vault path #801

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

wolf4ood
Copy link
Contributor

WHAT

Add the ability to configure a path in the vault for storing the EDRs

WHY

Flexibility

FURTHER NOTES

Closes #800

@wolf4ood wolf4ood self-assigned this Sep 29, 2023
@wolf4ood wolf4ood added the enhancement New feature or request label Sep 29, 2023
Copy link
Contributor

@awellnitz-materna awellnitz-materna left a comment

Choose a reason for hiding this comment

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

Executed and tested looks good to me.

What happens to the old tokens that are still valid?
Can we move them to the folder?

@wolf4ood
Copy link
Contributor Author

wolf4ood commented Oct 2, 2023

@awellnitz-materna

the basic functionality is there, I'm adding some tests on our end for the CI and it should be ready for review.

If you configure the folder when it's released and move/copy them on the new folder they should be valid We do not store the vault path on our end. So the resolved secret will be vaultUrl + ?vaultDir + edr-<uuid>, so i think you can migrate them.

@wolf4ood wolf4ood force-pushed the feat/800_vault_path branch from 639bf84 to 842d7a3 Compare October 2, 2023 10:45
@wolf4ood wolf4ood marked this pull request as ready for review October 2, 2023 11:02
@wolf4ood wolf4ood force-pushed the feat/800_vault_path branch from c092422 to 14c1a12 Compare October 2, 2023 14:08
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wolf4ood wolf4ood merged commit 769760a into eclipse-tractusx:main Oct 2, 2023
24 checks passed
@wolf4ood wolf4ood deleted the feat/800_vault_path branch October 2, 2023 14:32
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
Status: Merged
Development

Successfully merging this pull request may close these issues.

EDR-Cache Extension: Add ability to store tokens in specific Vault folder
3 participants