captainill / infrastructure

Contains infrastructure as code for running demo app locally or in the cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure

Contains infrastructure as code for running the demo app locally or in the cloud.

At present the applications consists of the following components:

A React UI that interacts with the Public API.

A publically facing GraphQL API. The responsibility of this API is to expose internal RESTful and gRPC APIs including the Product API, the Payments Service, and a Coffee Service (that is not shown) to end user interfaces.

A RESTful product API allowing CRUD operations on the company products. This service is backed by a PostgreSQL database.

gRCP based payments service which handles customer payments. This service is backed by a PostgreSQL database or a Redis queue.

Consul

Consul is used throughout the system, all service to service communication is secured using mTLS and Consul Connect.

Vault

Vault is used for secrets storage, dynamic databse credentials, and encryption as a service. Encryption can be done in the Payments Service using either Vault's Transit or Transform secrets engines.

About

Contains infrastructure as code for running demo app locally or in the cloud

License:Mozilla Public License 2.0


Languages

Language:Shell 89.0%Language:Smarty 4.1%Language:HCL 2.8%Language:Open Policy Agent 1.5%Language:Mustache 1.4%Language:Dockerfile 0.8%Language:Makefile 0.4%