Skip to content

Commit

Permalink
Merge pull request #272 from nulib/2822-config-secrets
Browse files Browse the repository at this point in the history
Use Secrets Manager for configuration
  • Loading branch information
mbklein authored Nov 8, 2024
2 parents 99fa4bf + cc2f417 commit eee541f
Show file tree
Hide file tree
Showing 14 changed files with 3,807 additions and 319 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ style-python: deps-python
style-python-fix: deps-python
cd chat && ruff check --fix .
test-python: deps-python
cd chat && SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
cd chat && __SKIP_SECRETS__=true SKIP_LLM_REQUEST=True PYTHONPATH=src:test python -m unittest discover -v
python-version:
cd chat && python --version
build: .aws-sam/build.toml
Expand Down
Loading

0 comments on commit eee541f

Please sign in to comment.