Secure API Automation with Cloudflare Zero Trust (Part 2)

Part 2: Automating BookStack Content with Secure API Calls Building on Part 1 where we discussed secure API access via Cloudflare Zero Trust and generic automation scripts, this part dives into technical automation for BookStack. The goal: programmatically create books and assign them to shelves while keeping operations idempotent — running the script multiple times … Read more

Secure API Automation with Cloudflare Zero Trust (Part 1)

Secure API Automation with Cloudflare Cloudflare Zero Trust lets automation scripts access internal APIs securely, without VPNs or exposing origin servers. Safe and Identity-Aware All traffic passes through Cloudflare, enforcing identity-based access and hiding the application’s IP. Scripts use a Client ID/Secret to authenticate, while the application enforces API-level permissions with a separate token. Idempotent … Read more

Quick learn: What is CI/CD Security? Strategies to strengthen your pipelines against attack

Short weekly tech update video (6:06 minutes).This week:CI/CD pipelines streamline the process of pushing code to production. Lot of the recent breaches have included attackers directly attacking either the CI/CD software providers (CircleCI or Teamcity breach) and/or have breached the CI/CDs of organisations to either push in a backdoor(Solarwinds, Codecov) or exfiltrate sensitive information.