-
-
Notifications
You must be signed in to change notification settings - Fork 969
Fixed management.json Path in configure.sh when recreating artifacts files #4848
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
base: main
Are you sure you want to change the base?
Conversation
|
WalkthroughA bash configuration script is updated to reference Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5–10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



Describe your changes
When recreating the infrastructure artifacts files using the configure.sh script, it searches for the
DataStoreEncryptionKeyin the management.json file.The problem is, that it searches for the file in the folder
infrastructure_filesand not in the correct$artifacts_pathfolder.Thats why the
DataStoreEncryptionKeygets cleared and newly generated every time the configure.sh script is executed.This PR fixes the problem by using the correct path for the reading of the
DataStoreEncryptionKeyfrom$artifacts_path/management.jsonChecklist
Documentation
Select exactly one:
Docs not needed explanation
It's a bugfix in the infrastructure configure.sh script which doesn't change the way it's used.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.