Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 683 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 683 Bytes

compserv-poc

This repository is dedicated to experimenting with different approaches for implementing a RESTful OSCAL API. There is a proof-of-concept API reference available upstream. We will use this as the basis for generating the API implementation. Even though it will change in the future, it should be sufficient to exercise various approaches for generating API server code.

Each approach will be isolated to a branch.

Deploying

You can deploy the infrastructure using terraform.

$ cd terraform/
$ terraform apply

The database password is kept in AWS Secret Manager and you must log into to fetch it.