You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
Documentation needs to be added to the SWF repo that describes how to integrate with the built in zalando operator, with RDS using IRSA and with username, password, connection string overrides. This should be package generic under ./docs/database.md
Then in each package repo that uses postgres, create a file ./docs/configuration.md (open to changing this name). That links to the SWF database doc in a database section and describes any package specific isms relating to DB connectivity
zachariahmiller
changed the title
Clean up dev secrets to refelct current usage of zalando operator and add docs
Clean up dev secrets to reflect current usage of zalando operator and add docs
May 6, 2024
oates
changed the title
Clean up dev secrets to reflect current usage of zalando operator and add docs
Document current usage of zalando operator/other databases in a docs/database.md
May 23, 2024
## Description
This adds a configuration.md for GitLab
## Related Issue
Relates to #124
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [X] Other (security config, docs update, etc)
## Checklist before merging
- [X] Test, docs, adr added or updated as needed
- [X] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow)
followed
Describe what should be investigated or refactored
Documentation needs to be added to the SWF repo that describes how to integrate with the built in zalando operator, with RDS using IRSA and with username, password, connection string overrides. This should be package generic under
./docs/database.md
Then in each package repo that uses postgres, create a file
./docs/configuration.md
(open to changing this name). That links to the SWF database doc in a database section and describes any package specific isms relating to DB connectivityExample of how we do this with networking:
https://github.com/defenseunicorns/uds-package-gitlab/blob/main/docs/networking.md
The text was updated successfully, but these errors were encountered: