implementing-delinea-secret-server-for-pam

Featured

Implements Delinea Secret Server for privileged access management (PAM) including secret vault configuration, role-based access policies, automated password rotation, session recording, and integration with Active Directory and cloud platforms. Activates for requests involving PAM deployment, privileged credential vaulting, secret server administration, or password rotation automation.

DevOps & Infrastructure 13,115 stars 1533 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Implementing Delinea Secret Server for PAM ## When to Use - Organization needs centralized privileged credential management across hybrid infrastructure - Compliance requirements mandate privileged access controls (SOX, PCI-DSS, HIPAA, NIST 800-53) - Service accounts and shared credentials are stored in spreadsheets or plaintext files - Need to implement automated password rotation for privileged accounts - Require session recording and keystroke logging for privileged user activity - Migrating from manual PAM processes to an enterprise vault solution **Do not use** for standard end-user password management; Delinea Secret Server is designed for privileged and shared account credential management requiring enterprise-grade controls. ## Prerequisites - Delinea Secret Server license (On-Premises or Cloud) - Windows Server 2019/2022 for on-premises deployment with IIS and SQL Server - Active Directory service account with read permissions for discovery - SSL/TLS certificate for web interface encryption - Network connectivity to target systems for password rotation - PowerShell 5.1+ for automation scripts ## Workflow ### Step 1: Deploy Secret Server Infrastructure Install and configure the Secret Server application server: ```powershell # Pre-installation checks for on-premises deployment # Verify IIS is installed with required features Import-Module ServerManager Install-WindowsFeature Web-Server, Web-Asp-Net45, Web-Windows-Auth, Web-Mgmt-Console # Verify SQL Server ...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

implementing-hashicorp-vault-dynamic-secrets

Implements HashiCorp Vault dynamic secrets engines for database credentials, AWS IAM keys, and PKI certificates with automatic generation, lease management, and credential rotation to eliminate static secrets in application configurations. Activates for requests involving Vault secrets engine configuration, dynamic database credentials, ephemeral cloud credentials, or automated secret rotation.

13,115 Updated today
mukul975
API & Backend Solid

implementing-pam-for-database-access

Deploy privileged access management for database systems including Oracle, SQL Server, PostgreSQL, and MySQL. Covers session proxy configuration, credential vaulting, query auditing, dynamic credentia

13,115 Updated today
mukul975
DevOps & Infrastructure Featured

implementing-privileged-session-monitoring

Implements privileged session monitoring and recording using Privileged Access Management (PAM) solutions, focusing on CyberArk Privileged Session Manager (PSM) and open-source alternatives. Covers session recording configuration, keystroke logging, real-time monitoring, risk-based session analysis, and compliance audit trail generation. Activates for requests involving privileged session recording, PAM session monitoring, CyberArk PSM configuration, administrator activity monitoring, or compliance session auditing.

13,115 Updated today
mukul975
AI & Automation Solid

implementing-privileged-access-workstation

Design and implement Privileged Access Workstations (PAWs) with device hardening, just-in-time access, and integration with CyberArk or BeyondTrust for secure administrative operations.

13,115 Updated today
mukul975
AI & Automation Featured

implementing-secrets-management-with-vault

This skill covers deploying HashiCorp Vault for centralized secrets management across cloud environments, including dynamic secret generation for databases and cloud providers, transit encryption, PKI certificate management, and Kubernetes integration. It addresses eliminating hardcoded credentials from application code and CI/CD pipelines by implementing short-lived, automatically rotated secrets.

13,115 Updated today
mukul975