Skip to content

[bot] Merge 26.6 to develop#187

Merged
github-actions[bot] merged 2 commits into
developfrom
fb_bot_merge_26.6
Jun 22, 2026
Merged

[bot] Merge 26.6 to develop#187
github-actions[bot] merged 2 commits into
developfrom
fb_bot_merge_26.6

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Merging changes from: c3b4dbb
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=fb_bot_merge_26.6

labkey-willm and others added 2 commits June 17, 2026 12:21
* Migrate credentials to LabKey native SSM integration (26.6+)

Replace ECS-injected credential secrets (POSTGRES_USER, POSTGRES_PASSWORD,
LABKEY_EK, SMTP_USER, SMTP_PASSWORD) with LabKey's native SSM integration
via AwsParameterStoreEnvironmentPostProcessor:
- application.properties: add context.awsParameterStore.prefix and ssm:
  references for the 5 credentials; old @@Placeholder@@ lines kept as
  comments for non-AWS reference
- entrypoint.sh: add SSM prefix normalization and non-AWS fallback (replaces
  ssm: references with direct env var values when LABKEY_SSM_PREFIX is unset);
  remove AWS credential unset so JVM can reach SSM; remove credential sed/unset
- docker-compose.yml: add LABKEY_SSM_PREFIX, LABKEY_VPC_SSM_PREFIX, AWS
  credential forwarding, and direct credential fallbacks for non-AWS local use
- README.md, CLAUDE.md: document SSM integration, updated env var tables,
  updated runtime flow description

⚠️ HOLD until LabKey/server#1388 merges. Targets develop / LabKey 26.6+.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix non-AWS default credentials to match postgres service defaults

POSTGRES_PASSWORD and POSTGRES_USER in LabKey services now default to
localdevpassword/postgres, matching the postgres service defaults, so
make up works without setting any env vars.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Seed postgres with SSM DB credentials for local dev with SSM mode

When LABKEY_SSM_PREFIX is set, fetch database_user and database_password
from SSM at make time and export them as POSTGRES_USER/POSTGRES_PASSWORD
so the postgres container initializes with the same credentials that
LabKey will fetch from SSM at runtime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot merged commit 8f2620f into develop Jun 22, 2026
3 checks passed
@github-actions github-actions Bot deleted the fb_bot_merge_26.6 branch June 22, 2026 22:18
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