Implement global and per ip rate limiting
* all tests passing
* test fix
* Enhances test environment for rate limiting
Updates the test environment to better support rate limiting tests.
- Increases rate limits in test container to avoid interference with legitimate test traffic.
- Increases the polling interval for client status checks to reduce load on the rate limiter.
- Adds logic to retry status checks if rate limiting is encountered.
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/rate-limiting
* build fix
* test fix
draft pr for the test demo harness for permit.io
* harness working
for permit.io demo
* user is const
* aws profile
* permit import code
for research
* cleanup
* create user tool poc
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
* tests for user creation
* add audit logs
and dry-run
* add tests
sanity check the requested roles
* update docs for delete
* disable/enable users
and test
* more tests
and make user name required only for create operations
* clean up
* add docs
* aws tag tests
* audit -> slog
* attempt build fix devbox
* edit
* just devbox
* remove lock change for merge
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
Add semantic versioning to all services
* working
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
* 1.24 mod
* go upgrade
* tool
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
Add common metrics
* add common metrics
and sample for using
* updates
* attempt integration
* wip
* working
stubs generate
* docs
* comments
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/common-metrics
* runner metrics all
* exclude generated
from the coverage
* fix lint
* refactor metrics
* change .gen filename
* new gen
* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/common-metrics
* docs
* main merge
* refactor
* add to generate
* merge main
DRAFT PR: Prototype for serviceconfig
* in progress
* in progress
* extract common methods
* Merge remote-tracking branch 'origin/feature/serviceconfig' into feature/serviceconfig
* fix types
* cleanup
* add tests
* Merged main into feature/serviceconfig
Approved-by: Michael McGuinness