Commit d8ec11b#
| |
|---|
| Repository | borodino |
| Branch | main |
| Author | Claude Code |
| Hash | d8ec11b6bbfd1ce4c52bf24e81d2ecb8693cf969 |
Description#
Add sdk/ (copy of /opt/bojemoi/sdk) to the repo so Dockerfiles can install
bojemoi-sdk without changing the build context.
Changes per service:
- thearm_bm12: remove read_secret + PG* vars; use SDK read_secret + _build_config
- thearm_uzi: remove read_secret (both copies) + PG* vars; replace all 14x
psycopg2.connect(dbname=…) with psycopg2.connect(**_build_config())
- thearm_sliver: remove read_secret + PG* vars + requests import; replace
2x psycopg2.connect inline with _build_config(); use SDK imports
- Dockerfile.borodino: add sdk/ install for bm12
- Dockerfile.borodino-msf: add sdk/ install for uzi
- Dockerfile.borodino-sliver: drop requests (unused after refactor); add sdk/
ak47 (shell script) and ZAP (oblast, no relevant Python) not migrated.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Files Changed#
Diff Summary#