Skip to content

fix: secure generated project defaults - #60

Draft
cloudcarver wants to merge 1 commit into
mainfrom
agent/security-scaffold-defaults
Draft

fix: secure generated project defaults#60
cloudcarver wants to merge 1 commit into
mainfrom
agent/security-scaffold-defaults

Conversation

@cloudcarver

Copy link
Copy Markdown
Owner

Summary

  • remove the preset test account and documented fixed credentials
  • require a generated local PostgreSQL password through an ignored environment file
  • stop publishing the generated development database port
  • bind the required E2E database publication to loopback and randomize its password
  • add generated-project and Compose regression tests

Validation

  • go test ./...
  • go test -race ./cmd/anclax ./e2e
  • go vet ./...
  • make gen

Closes #35
Closes #38

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.

[Security] Stop exposing development PostgreSQL by default [Security] Remove the predictable test account from generated projects

1 participant