2 Repos
Validates incoming connection requests and interactive commands against security policies.
Distinct from Request Validation: Focuses specifically on connection-level request validation for shells/sessions, rather than general HTTP data validation
Explore 2 awesome GitHub repositories matching software engineering & architecture · Connection Request Validations. Refine with filters or upvote what's useful.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Filters incoming third-party requests by evaluating permissions, token scopes, and confirmation requirements for destructive actions.
Gatekeeper is a Kubernetes admission control and policy enforcement engine used to ensure cluster resources comply with organizational security and configuration standards. It intercepts API requests to validate or reject non-compliant resources before they are persisted in the cluster. The project uses a parameterized policy library and custom resource definitions to create reusable templates and enforcement rules. It distinguishes itself through a hub-and-spoke management model, allowing a controller in a management cluster to enforce policies across separate target clusters. Beyond admiss
Provides the ability to review and validate interactive shell commands to ensure compliance with security policies.