Commit Graph

5 Commits

Author SHA1 Message Date
9d0ba88225 Minimum Working Distributed Tracing
* This is super ugly / hacky... there's got to be a middleware /
  interceptor for tonic gRPC that can do this. If not, perhaps I'll
  write one...
2022-09-21 18:11:03 -03:00
b4e1342879 Fix works on my machine issue
* Build images inside of docker to eliminate possibility of libc clashes
  rather than building locally and adding to container.
* Fix image pull policy for swagger
* Make dependencies more explicit
* Add some `AllowParallel` directives in Tilt
2022-09-19 11:45:21 -03:00
a5ad4341cf Add Behave BDD Tests and Swagger Docs
All checks were successful
continuous-integration/drone/push Build is passing
* Added Behave BDD Tests for User Service
* Added Swagger Docs for User Service
* Added Vault, Redpanda helm config (not yet being used)
* Added frontend config for host / port when running locally
2022-05-19 09:24:31 -03:00
1aba1a47f2 Implemented Basic API, Frontend, Consumer, Producer
* Implemented user registration and login
* Implemented JWT creation and verification
* Implemented several dummy API endpoints
* Define env vars in helm values.yaml file
* Label resources in Tilt
* Created crude react frontend for testing register / login
  functionality
2021-11-14 12:04:20 -04:00
1c8230cd76 Create Initial Project Structure 2021-09-12 18:20:36 -03:00