chivas3
Verified Safeby bioanywhere
Overview
This repository provides the Docker deployment configuration for a server that acts as a client for a world news API.
Installation
docker run -p 3000:3000 chivas3:localEnvironment Variables
- GCP_PROJECT_ID
- GCP_PROJECT_NUMBER
Security Notes
The provided source code (README.md) describes a secure deployment setup utilizing Google Workload Identity Federation for CI/CD, eliminating the need for hardcoded GCP service account keys in the repository. Required secrets for CI/CD (GCP_PROJECT_ID, GCP_PROJECT_NUMBER) are managed via GitHub repository settings. No `eval`, obfuscation, or hardcoded secrets were found in the provided `README.md`. A full security audit of the actual `world-news-api-clients` application code, `Dockerfile`, and `run.sh` script could not be performed as they were not included in the provided source code.
Similar Servers
chivas
This repository provides Docker deployment configuration for a world-news-api-clients MCP server.
tacos
Provides Docker deployment configuration and CI/CD for a world-news-api-clients server.
central2
Deploys a Dockerized world news API client server using GitHub Actions and Google Artifact Registry.
chivas2
Provides Docker deployment configuration and CI/CD setup for a world-news-api-clients server, utilizing Google Artifact Registry and Workload Identity Federation.