kibana-auth-validation

Validate Kibana authentication flows for Basic Auth and Aliyun RAM OAuth.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/dennywu2966/denny-all-in-one --skill kibana-auth-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kibana-auth-validation
Source: https://github.com/dennywu2966/denny-all-in-one/tree/main/home/.claude/skills/kibana-auth-validation
Command: npx skills add https://github.com/dennywu2966/denny-all-in-one --skill kibana-auth-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Kibana authentication validation is essential to ensure reliable access controls and smooth user experiences during login, OAuth, and session management. This skill provides automated checks for Basic Auth and Aliyun RAM OAuth, reducing regression risk and accelerating authentication-related iterations.

Core Features & Use Cases

  • Basic Auth validation against Kibana login with Elastic credentials
  • Aliyun RAM OAuth flow validation, including login redirection and session persistence
  • Reusable Playwright MCP test scripts and references for CI integration

Quick Start

Run the provided scripts to validate Kibana authentication using Playwright MCP and review the results.

Frequently Asked Questions about kibana-auth-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Kibana authentication flows with Playwright?

You can validate Kibana authentication by running provided Playwright MCP scripts that test Basic Auth and Aliyun RAM OAuth. These scripts check login page behavior, OAuth redirects, and session persistence using saved cookies for development and regression testing.

Does this Playwright MCP skill support Aliyun RAM OAuth testing?

Yes, the skill validates the Aliyun RAM OAuth flow within Kibana. It tests login redirection and session persistence, ensuring that OAuth-based access controls function correctly during your development iterations.

How do I automate Kibana Basic Auth testing in a CI environment?

Automate Kibana Basic Auth testing by integrating the reusable Playwright MCP scripts into your CI pipeline. The skill provides test configurations and references to validate Elastic credentials login and reproduce results in local or CI environments.

What is the best way to test Kibana session persistence using saved cookies?

The best way to test Kibana session persistence is using the skill's Playwright MCP validation scripts. They manage saved cookies to verify that user sessions remain active after login redirections and Basic Auth validation.

Can I reproduce Kibana OAuth redirect issues locally?

Yes, you can reproduce Kibana OAuth redirect issues locally. The skill provides Playwright MCP-based validation scripts and references designed to run, reproduce, and extend authentication tests in local environments.

Why does Kibana authentication validation fail during regression testing?

Kibana authentication validation fails during regression testing due to broken login page behavior or OAuth redirects. The skill's automated checks for Basic Auth and Aliyun RAM OAuth reduce regression risk by validating these flows.