Role
Everything on SkillVeris tagged Role — collected across the glossary, study notes, blog, and cheat sheets.
17 resources across 2 libraries
Study Notes(16)
Batch Scripts for System Administration
Explore how Windows system administrators use batch scripts to manage users, services, disks, and logs, with practical patterns for error handling and unattend…
Teams Permissions and Roles
A practical guide to the role hierarchy in Microsoft Teams — from tenant admin down to channel member — and what each role can and cannot do.
DHCP Server Role
Learn how the Windows Server DHCP role automates IP address assignment and the core lease process every client relies on.
Authorization Policies and Roles
Learn how ASP.NET Core moves beyond simple role checks into flexible, claims-based authorization policies for fine-grained access control.
Roles and Access Control
How Snowflake's role-based access control model governs who can do what, using hierarchical roles, privilege grants, and secure ownership rather than per-user…
State and CSRF Protection
How the state parameter defeats login CSRF in OAuth flows, the entropy and storage requirements that make it effective, and why it complements PKCE.
What Is Objective-C?
A history and overview of Objective-C, the C-based, Smalltalk-inspired language that powered Apple's platforms for decades.
Mitigating DDoS with Nginx
Use Nginx's rate limiting, connection limiting, and buffering controls as a first line of defense against volumetric and application-layer DDoS attacks.
Ansible Roles Explained
Learn what Ansible roles are, why they exist, and how their standard directory layout lets you package reusable, shareable automation.
Reusable Role Design
Practical principles for writing Ansible roles that are genuinely reusable across projects, teams, and environments.
Role Dependencies
Learn how to declare dependencies between Ansible roles using meta/main.yml, and understand ordering, deduplication, and pitfalls.
Azure RBAC Explained
Azure's role-based access control system for granting fine-grained permissions to resources through role definitions, scopes, and role assignments.
Elasticsearch Security Basics
Core security features of Elasticsearch: authentication, role-based access control, TLS, and audit logging.
The Kafka Controller
The broker role responsible for cluster-wide coordination: leader election, metadata propagation, and admin operations.
Redis Sentinel for High Availability
How Redis Sentinel monitors a primary/replica deployment, detects failures, and orchestrates automatic failover without a cluster topology.
Case Expressions
How Ruby's case/when expression uses the triple-equals operator for flexible pattern matching against classes, ranges, regexes, and values.