In the dynamic realm of DevOps, proficiency in Continuous Integration and Continuous Delivery (CI/CD) is paramount. Jenkins, a leading open-source automation server, stands at the forefront of this transformation. DevOpsSchool offers an industry-recognized Certified Jenkins Engineer (CJE) certification that equips professionals with the skills to excel in Jenkins and CI/CD pipelines. What is the Certified…
Adding Group Membership Claims in Keycloak for wizbrand
This guide explains how to configure Keycloak so that your Laravel app (wizbrand-web) receives organization and role membership in the user’s token. We’ll use Groups to represent organizations and their roles, then expose them via a Group Membership mapper. Why Groups? In wizbrand, a user can belong to multiple organizations with different roles (Admin, Manager,…
Unlocking the Power of GitOps
In the fast-paced world of modern software development, where agility and reliability are non-negotiable, GitOps has emerged as a game-changer. Imagine a world where your infrastructure and applications are not just deployed but continuously reconciled against a single source of truth—your Git repository. That’s the promise of GitOps, a methodology that’s revolutionizing how teams handle…
Become a Certified DevOps Professional: Your Ultimate Guide to Mastering Modern IT Practices
In today’s fast-paced digital landscape, the ability to deliver software quickly, reliably, and securely is no longer a luxury—it’s a business imperative. This is where DevOps professionals shine. They are the architects of efficiency, bridging the gap between development and operations to create a culture of continuous improvement. If you’re looking to validate your skills,…
Deep Dive into the Certified DevOps Manager Certification
In today’s fast-paced digital landscape, where software delivery isn’t just about code—it’s about orchestrating people, processes, and tools—DevOps has evolved from a buzzword to a business imperative. But while technical skills keep the pipelines flowing, it’s the managers who truly steer the ship toward success. That’s where the Certified DevOps Manager (CDM) certification comes in,…
Elevate Your Career with DevOpsSchool
In the fast-evolving world of technology, DevOps has become one of the most crucial methodologies to integrate development and operations. Whether you are a software engineer, system administrator, or IT professional, pursuing a Certified DevOps Engineer certification can significantly enhance your career prospects. This blog will explore the details of the Certified DevOps Engineer certification…
Master GitOps with Confidence: Your Guide to the Certified Argo Project Associate (CAPA) from DevOpsSchool
Feeling overwhelmed by the complexity of deploying and managing applications on Kubernetes? You’re not alone. As organizations race to adopt cloud-native technologies, a critical question emerges: how can we automate deployments to be faster, safer, and more reliable? The answer lies in GitOps, and the de facto standard for implementing it on Kubernetes is the…
Unlocking Your Networking Future: A Comprehensive Review of DevOpsSchool’s CCNA Certification Training
In today’s hyper-connected world, where everything from remote work to cloud computing hinges on robust networks, having a solid foundation in networking isn’t just a nice-to-have—it’s essential. If you’re eyeing a career in IT, DevOps, or cybersecurity, the Cisco Certified Network Associate (CCNA) certification stands out as a golden ticket. It’s not just a credential;…
Complete Tutorial: Installing and Running Keycloak on Windows
Keycloak is an open-source Identity and Access Management (IAM) solution that provides features like Single Sign-On (SSO), user federation, social login, and fine-grained access control. In this tutorial, we’ll walk step-by-step through installing Keycloak on Windows, configuring an admin account, and running it both manually and as a background service. Prerequisites Before starting, make sure…
Authentication + Org Selection in Wizbrand using keycloak
Authentication + Org Selection — the happy path 1. GET / (User → wizbrand-web)No local session? The app kicks off OIDC. 2. Redirect to Auth (wizbrand-web → Keycloak)Auth Code + PKCE: protects against token interception and CSRF. 3. Callback → tokens (Keycloak → wizbrand-web)Your backend exchanges the code for tokens containing all org memberships.At this…
