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

Product Construction Service should be able to access BAR #3195

Closed
dkurepa opened this issue Jan 15, 2024 · 1 comment
Closed

Product Construction Service should be able to access BAR #3195

dkurepa opened this issue Jan 15, 2024 · 1 comment
Assignees

Comments

@dkurepa
Copy link
Member

dkurepa commented Jan 15, 2024

The Product Construction Service will need to have access to the BAR, we should enable it in code.
An important part of this issue is the local development story.
We want to be able to run Maestro and the Product Construction Service locally, side by side, and have them communicate. Since Maestro is using the SQL Express database locally, we'll do the same thing for the Product Construction Service.
Ideally, they'd both be using a DB inside of a container, but we'll create a followup issue for that

@dkurepa
Copy link
Member Author

dkurepa commented Jan 17, 2024

The PR for this issue has been merged.
When running on Azure, the service gets the BAR connection string from the KV, and when running locally, the service uses the SQL Express DB, the same one that Maestro uses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants