awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesPolicy-to-Namespace Mappers

Assigns distinct policies to different Kubernetes namespaces by configuring policy-to-namespace mappings.

Distinct from Namespace Grouping: Distinct from Namespace Grouping: focuses on mapping policies to namespaces, not grouping services for policy application.

Explore 3 awesome GitHub repositories matching security & cryptography · Policy-to-Namespace Mappers. Refine with filters or upvote what's useful.

Awesome Policy-to-Namespace Mappers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • datreeio/datreeAvatar de datreeio

    datreeio/datree

    6,339Voir sur GitHub↗

    Datree is a policy enforcement framework for Kubernetes that validates configurations against rules written in Rego, JSON Schema, or CEL. It operates as both a command-line tool for pre-deployment scanning and as a cluster-side admission webhook for real-time enforcement, integrating with CI/CD pipelines and continuous delivery tools like ArgoCD and FluxCD. The framework supports namespace-scoped policy mapping, allowing different policies to apply to different namespaces, and provides a skip annotation mechanism for selectively bypassing rules on individual resources or entire namespaces. It

    Set a default action on failure, choose which policy to use, define resources or namespaces to ignore, and customize rule failure messages.

    Goadmission-webhookbest-practicescli
    Voir sur GitHub↗6,339
  • cri-o/cri-oAvatar de cri-o

    cri-o/cri-o

    5,629Voir sur GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Enforces different image signature policies per Kubernetes namespace.

    Go
    Voir sur GitHub↗5,629
  • cerbos/cerbosAvatar de cerbos

    cerbos/cerbos

    4,460Voir sur GitHub↗

    Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec

    Links the service to a managed deployment that automatically compiles, tests, and pushes optimized policy bundles.

    Goaccess-controlauthorizationgo
    Voir sur GitHub↗4,460
  1. Home
  2. Security & Cryptography
  3. Policy-Based Access Control
  4. Namespace Grouping
  5. Policy-to-Namespace Mappers

Explorer les sous-tags

  • Managed Policy Store ConnectorsIntegrations that link services to managed deployments for automatic policy bundle compilation and distribution. **Distinct from Policy-to-Namespace Mappers:** Focuses on managed deployment connectivity, whereas the parent covers namespace mapping.
  • Policy Behavior ConfigurationsSettings that define default failure actions, policy selection, resource exclusions, and custom failure messages for Kubernetes policy enforcement. **Distinct from Policy-to-Namespace Mappers:** Distinct from Policy-to-Namespace Mappers: focuses on general policy behavior settings like failure actions and exclusions, not namespace mapping.