feat: add support for setup Azure dev environment#443
Conversation
|
Warning Review limit reached
Next review available in: 34 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (25)
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 |
| if [ ! -f "${KRAV_CONFIG_DIR}/sqlserver.env" ]; then | ||
| cat > "${KRAV_CONFIG_DIR}/sqlserver.env" <<'EOF' | ||
| ACCEPT_EULA=Y | ||
| MSSQL_PID=Developer | ||
| MSSQL_SA_PASSWORD=YourStrong!Passw0rd | ||
| EOF | ||
| fi | ||
| if [ ! -f "${KRAV_CONFIG_DIR}/keycloak.env" ]; then | ||
| cat > "${KRAV_CONFIG_DIR}/keycloak.env" <<'EOF' | ||
| KEYCLOAK_ADMIN=admin | ||
| KEYCLOAK_ADMIN_PASSWORD=admin | ||
| EOF | ||
| fi |
There was a problem hiding this comment.
We have common passwords here, but they should be fetched from a .env.azure.development or .env.azure.development.local file so they are not hardcoded in code and user could actually change these very-known passwords.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #443 +/- ##
=======================================
Coverage 74.24% 74.24%
=======================================
Files 556 556
Lines 40678 40678
Branches 14923 14923
=======================================
Hits 30203 30203
Misses 10116 10116
Partials 359 359 🚀 New features to boost your workflow:
|
- Created a Bicep template (main.bicep) for deploying an Azure VM with customizable parameters including networking, SSH access, and auto-shutdown settings. - Added Quadlet container configurations for various services including: - SQL Server developer database (krav-db.container) - HSA directory SOAP mock (krav-hsa-directory-mock.container) - HSA mTLS certificate generator (krav-hsa-mtls-cert-generator.container) - HSA mTLS certificates volume (krav-hsa-mtls-certs.volume) - HSA person lookup REST adapter (krav-hsa-person-lookup-adapter.container) - Keycloak developer IdP (krav-idp.container) - Kong HSA proxy (krav-kong.container) - SQL Server volume (krav-sqlserver.volume) - Support network configuration (krav-support.network)
Description
Related Issues
Reviewer Notes
Operator Upgrade Impact
Complete this section for every PR. Check the box when no operator notes are
needed; otherwise write the notes below.
Write operator upgrade notes here...
SSDLC (Secure Software Development Life Cycle) Gate
Complete this section for every PR. You are responsible for ensuring that
the change meets SSDLC requirements. If you are not confident you can
check this box, request a security review.
This change is