Follow the same process outlined in sections 5.3, 5.4, and 5.5 to create a CI/CD pipeline for the admin application, with the following key differences:
Pipeline Configuration:
fcj-admin-pipeline
fcj-admin-build
application/MomentumAdmin/buildspec.yml
fcj-admin-svc
for deploymentKey Differences:
application/MomentumAdmin/buildspec.yml
(already provided in the repository)Testing the Pipeline:
To test the admin pipeline, modify any file in the application/MomentumAdmin/
directory and commit the changes to trigger the pipeline.
Why no Secrets Manager access? The admin application is a React frontend that doesn’t directly access the database. It communicates with the core application via Service Connect, so it doesn’t need database connection secrets.