To deploy into your Kubernetes cluster run:
./deploy <timezonedb token>
To get a timezonedb token, go to https://timezonedb.com/register
To remove from your Kubernetes cluster run:
./remove
This app demonstrates Tufin Orca security integration into the CI/CD pipeline (DevSecOps):
-
Click the build status badge to see how the scan is integrated into CircleCI (or any other CI for that matter)
-
The security score badge in Github reflects the scan result of the latest image scan by Orca. Click the security score badge to see the CVEs in Tufin Orca (requires an account)
You can create your own Orca account and scan your own images in the pipeline (and in run-time).
Portal
HTTP GET /customer/
Create Account
HTTP POST /accounts/{account-id}
Get Balance
HTTP GET /balance
Portal
HTTP GET /admin/
Get all accounts
HTTP GET /boa/admin/accounts
Get Time
HTTP GET /time?zone=Asia/Jerusalem
curl -i -X POST \
-H "Content-Type:application/json" \
-d \
'{
"build_parameters": {
"CIRCLE_JOB": "<service>"
}
}' \
'https://circleci.com/api/v1.1/project/github/Tufin/generic-bank/tree/master?circle-token=<token>'
docker build --build-arg SERVICE="${src}" -t "${src}" -f Dockerfile.generic .