We need to add Content Integrity service to our infrastructure as code so that we can run it on our environments.
Acceptance criteria
- Service deployed to the dev environment
- CI/CD pipelines are active and working
- ACLs for Kafka topics updated: consumer of aws.event-birdge.article-create.v1, aws.event-bridge.article-move.v1, aws.event-bridge.article-update.v1
- Service exposed to the service discovery and reachable inside the network
To-Do
- add the service to IaC repository
- update the ACLs for the Kafka topics
- deploy to dev environment
- add CI/CD pipelines to the repository
- check CI/CD if they are working properly