Skip to content

[AA-1808] Add dev Dockerfiles for MSSQL and PostgreSQL#523

Merged
roberthunterjr merged 10 commits intomainfrom
AA-1808
Jul 16, 2025
Merged

[AA-1808] Add dev Dockerfiles for MSSQL and PostgreSQL#523
roberthunterjr merged 10 commits intomainfrom
AA-1808

Conversation

@jagudelo-gap
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 15, 2025

Test Results

84 tests   84 ✅  0s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 8faa14f.

♻️ This comment has been updated with latest results.

@jagudelo-gap jagudelo-gap requested a review from a team as a code owner July 15, 2025 22:18
Copy link
Contributor

@roberthunterjr roberthunterjr left a comment

Choose a reason for hiding this comment

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

How do we feel about git ignoring the dhparam.pem server.crt and server.key files to discourage reuse?

API_INTERNAL_URL = http://${ODS_VIRTUAL_NAME}
ADMINAPP_HEALTHCHECK_TEST="curl -f http://${ADMINAPP_VIRTUAL_NAME}:8080/health"
API_HEALTHCHECK_TEST="curl -f http://localhost/health"
ADMINAPP_HEALTHCHECK_TEST="curl -kf https://localhost/${ADMINAPP_VIRTUAL_NAME}/health"
Copy link
Contributor

Choose a reason for hiding this comment

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

The -k is a nice touch here

@jagudelo-gap
Copy link
Contributor Author

How do we feel about git ignoring the dhparam.pem server.crt and server.key files to discourage reuse?

@roberthunterjr I tried not to use them by creating a step to generate the certificate in the e2e test action, but it takes more than 5 minutes to get this only step done. So I kept the current approach we have in other repositories, reusing the certificate of the 'eng' folder. A similar approach is done in Admin API 2.X. https://github.com/Ed-Fi-Alliance-OSS/AdminAPI-2.x/blob/621678837035818e9d3c2568218c4f5cb12befe6/.github/workflows/api-e2e-pgsql-multitenant.yml#L53

@roberthunterjr roberthunterjr merged commit bf5b76b into main Jul 16, 2025
11 checks passed
@roberthunterjr roberthunterjr deleted the AA-1808 branch July 16, 2025 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments