Skip to content

Conversation

TymKh
Copy link
Collaborator

@TymKh TymKh commented Apr 17, 2025

πŸ“ Summary

Simplify configuration process. Fetch json config as is from aws secrets manager.

β›± Motivation and Context

Previous way was forcing us to struggle with escaping/unescaping a lot

πŸ“š References


βœ… I have run these commands

  • make lint
  • make test
  • go mod tidy

@TymKh TymKh force-pushed the feature/full-config-from-secret branch from e9ff284 to 7d61aa0 Compare April 17, 2025 15:55
@TymKh TymKh force-pushed the feature/full-config-from-secret branch from 7d61aa0 to e56eabf Compare April 17, 2025 15:58
db.dockerfile Outdated
@@ -0,0 +1,5 @@
FROM postgres:15
Copy link
Contributor

Choose a reason for hiding this comment

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

there's already such a dockerfile in docker/database/Dockerfile -- can we just use that and not add this?

Copy link
Contributor

Choose a reason for hiding this comment

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

feel free to overwrite

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

@metachris metachris left a comment

Choose a reason for hiding this comment

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

Approved, but please use/update the existing DB Dockerfile πŸ™

@TymKh TymKh merged commit d27d982 into main Apr 25, 2025
2 checks passed
@TymKh TymKh deleted the feature/full-config-from-secret branch April 25, 2025 10:54
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.

2 participants