About
Cybersecurity Architect, regulated financial services. One year in an architecture-titled role at ATBOD, ongoing scenario-based architecture training, plus a decade in retail banking and a logistics business in Lagos.
Cybersecurity Architect · Regulated Financial Services · CISSP, CCSP, CISM, ISSAP, GCP-PCA
New York, NY · Open to Remote
Targeting Security Architect and Cloud Security Architect roles at banks, fintechs, and regulated financial institutions.
I design cloud security controls for regulated industries, mostly financial services, on GCP, Zero Trust, and compliance-as-code. Then I write down the reasoning: the options I rejected, the trade-offs I accepted, and the assumptions I have not verified. My architecture-titled experience is one year as a Cloud Security Architect at ATBOD (Sep 2022 – Aug 2023), and since September 2024 I have been in the Go Cloud Careers Executive Architect Program, a scenario-based architecture training program. Alongside that: a decade in retail banking and a few years running my own logistics business in Lagos.
I write the policy logic, wire the pipelines, map controls to PCI DSS, SOC 2, and NIST 800-53, and run adversarial review cycles on my own decisions. Every project carries a written record of the reasoning behind it, reversals included.
How I decide
An architect is judged on decisions, not deliverables. Three habits:
I name the condition that would kill my own decision. For BankVault I chose a custom just-in-time access broker over Google’s Privileged Access Manager, then in Preview, and wrote down one exit condition: re-evaluate at general availability. PAM reached GA, the re-evaluation told me to delete code I had just written, and the managed service replaced the grant-issuance mechanism. The original decision carries a supersession note and a table of which sections stand and which fell.
I put designs under adversarial review and publish what it finds. The compliance-as-code audit log records three external review rounds and 37 documented findings. One round found an encryption check that passed when the field was null. Another found a bug I introduced myself while fixing a different one, written up rather than quietly reverted.
I write down what a control cannot do. A policy engine reading Terraform plan output can enforce “you must declare a value.” It cannot enforce “that value is truthful,” because verifying that needs runtime knowledge the plan JSON does not contain. That gap belongs in the limitations section, not behind a weaker workaround.
What I do
- Security architecture on GCP: identity, trust boundaries, Zero Trust access design, policy enforcement
- Design documentation: the why behind a control, not just the what
- GRC: PCI DSS, SOC 2, NIST 800-53 mapped to technical controls
- Policy-as-code with OPA/Rego, enforced in CI
- Compliance automation in GitHub Actions and CI pipelines
Career
Cloud Vulnerability Engineer · LOG(N) Pacific
Sep 2023 – Aug 2024 (Contract, Remote)
- Hardened Azure environments using CIS Benchmarks and Azure Security Center.
- Ran continuous vulnerability scanning with Tenable/Nessus across Windows and Linux endpoints, tuning policies to cut false positives.
- Built Microsoft Sentinel SIEM workspaces with data connectors for Azure resources, M365, and endpoint agents.
- Administered Microsoft Defender for Endpoint, configured detection policies, and maintained device compliance.
- Wrote security operations runbooks for alert triage, vulnerability prioritization, and patch coordination.
Cloud Security Architect · ATBOD
Sep 2022 – Aug 2023 (Full-time, New Jersey)
- Designed cloud security architectures for hybrid and GCP-focused multi-cloud deployments.
- Built ZTNA, microsegmentation, and least-privilege access models.
- Architected IAM frameworks with federated identity, PAM, RBAC, and JIT access.
- Developed security reference architectures adopted as organizational baselines.
- Designed SSO and MFA strategies aligned to NIST SP 800-63.
- Built data classification and encryption strategies using cloud KMS with customer-managed keys.
Founder & Managing Director · Bloominglo Limited
2017 – 2021 (Lagos, Nigeria)
- Built an FMCG logistics business from zero to $500K+ annual revenue.
- Managed vendor contracts, regulatory compliance (NDPA, CBN), and cross-functional teams.
Senior Retail Banking Officer · First Bank of Nigeria
Feb 2008 – Jun 2017 (Full-time, Lagos, Nigeria)
- Enforced AML/CTF compliance under CBN regulations, NDPA, and NFIU mandates.
- Ran KYC/CDD across individual, SME, and mass-market portfolios.
IT Help Desk Officer · British American Tobacco
Apr 2006 – Feb 2008 (Contract, Ibadan, Nigeria)
- Delivered first- and second-line support across 150+ workstations.
- Managed user provisioning and RBAC-aligned access rights.
Case studies
These are scenario-based training projects and independent portfolio work, not client engagements. The scenarios are set in financial services because that is the industry I know best and the one I am targeting.
Compliance-as-code: OPA/Rego policy pipeline
Problem: The scenario: a financial services firm needs to prove PCI DSS v4.0, SOC 2, and NIST 800-53 compliance without manual audit trails. Controls are documented in spreadsheets; enforcement is inconsistent.
Solution: I architected an OPA/Rego policy repository with automated control mapping. I defined which controls were machine-enforceable, wrote the policy logic, and set up a GitHub Actions CI pipeline with Conftest to block non-compliant infrastructure before it merged.
Outcome: 163/163 passing OPA unit tests, five gated CI jobs green. Three external adversarial review rounds produced 37 documented findings before release, each recorded with its fix or its reason for staying open. The pipeline became the audit evidence, not a spreadsheet.
GCP Zero Trust access broker for lending operations
Problem: The scenario: a bank’s loan officers need time-bound, just-in-time access to sensitive customer data. Standing access violates least-privilege principles and creates audit risk.
Solution: I designed a GCP-native JIT access broker using Cloud Functions, IAM conditional bindings, and audit logging. Access requests route through an approval workflow; grants expire automatically; every action is logged to BigQuery for audit.
Outcome: Reference architecture with no standing privileged access anywhere in the design. Every request, denial, and expiry flag is designed to land in an append-only BigQuery ledger. Six ADRs document the decisions, two of them reversed in the open. Implementation is partial (nothing is deployed), and the gaps are listed in the records themselves, not glossed.
SecureVault: GCP Security Command Center alerting
Problem: The scenario: Security Command Center findings sit unread. There is no automated alerting for high-risk misconfigurations like public buckets or open firewalls.
Solution: I built a lightweight pipeline: SCC SHA findings → Pub/Sub → Cloud Function → email alerts. It targets specific high-severity findings, with free-tier usage as a design constraint. I have not run it against a real project, so I have no measured monthly cost to quote.
Outcome: Designed to alert on PUBLIC_BUCKET_ACL, OPEN_FIREWALL, and OVER_PRIVILEGED_SERVICE_ACCOUNT findings, and to auto-remediate the first two. The pipeline is built and CI is green, but it is not deployed yet, so removing manual monitoring is the design goal, not a measured result.
Selected writing
- “Why Cloud Security Architects Still Need to Understand Banking Risk.” On the gap between technical controls and business context in regulated environments. (Draft, Q3 2026)
- “From Lagos to GCP: What a Decade in Retail Banking Taught Me About Zero Trust.” How KYC/CDD workflows map to modern identity and access management. (Draft, Q3 2026)
- “Compliance-as-Code Is Not a CI Badge.” Why passing OPA tests is the start, not the finish, of audit-ready policy enforcement. (Draft, Q3 2026)
Certifications
- CISSP: Certified Information Systems Security Professional (ISC²)
- CCSP: Certified Cloud Security Professional (ISC²)
- CISM: Certified Information Security Manager (ISACA)
- ISSAP: Information Systems Security Architecture Professional (ISC²)
- GCP Professional Cloud Architect (Google Cloud)
- CHCSS 310: Certified Hands-On Cybersecurity Specialist (KERNELiOS, 2024)
Technical skills
- Cloud platforms: GCP, Microsoft Azure, AWS, multi-cloud
- Security architecture: Zero Trust / ZTNA, microsegmentation, CSPM, least-privilege design
- Policy-as-code: OPA / Rego, Conftest, GitHub Actions CI
- Identity and access: IAM, PAM, RBAC, MFA, SSO, JIT access, federated identity, NIST SP 800-63
- Threat and vulnerability: Tenable / Nessus, Microsoft Defender for Endpoint, EDR, credentialed scanning
- SIEM and monitoring: Microsoft Sentinel, Log Analytics, alert triage
- Data protection: encryption at rest and in transit, AWS KMS, Azure Key Vault, CMK, data classification
- Compliance: PCI DSS v4.0, SOC 2, NIST SP 800-53, CIS Benchmarks, ISO 27001, AML/CTF, KYC/CDD
Education & Training
Go Cloud Careers · Executive Architect Program
Sep 2024 – Present (scenario-based training, no live client engagements)
- Design cloud security architectures across AWS, Azure, and GCP against scenario briefs modeled on financial services, healthcare, and SaaS environments.
- Present technology roadmaps and security recommendations to executive review panels.
- The BankVault, SecureVault, and Compliance-as-Code builds on this site are the working output of this program plus independent work: real repos, real CI, real ADRs.
BTech, Computer Science · Ladoke Akintola University of Technology (LAUTECH), 1998–2004
Last updated: July 2026