nimbus

module
v0.0.0-...-5a42174 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2024 License: Apache-2.0

README

Nimbus: Intent Driven Security Operator

The aim for any organization should be to state its security goal/intents and the underlying tooling/operator should be able to convert these goals/intents into actionable elements such as policies/rules.

Nimbus aims to decouple security intents from its actual implementation i.e., use of policy engines and corresponding policies and rules. This pattern exists commonly in Kubernetes world and the best example is a storage operator, wherein the user specifies the persistent volume claims with appropriate SLA (disk space, R/W, speed) and the operator figures out the appropriate volume to bind. Nimbus intends to bring in similar abstraction for security intents wherein the user specifies the security intent and the operator figures out the best implementation method available given the deployment.

  • An Intent might get translated into a set of policies and not necessarily a single policy thus providing multi-layer defense. For example, an intent such as "Do not allow privilege escalation" could get translated in to admission controller policy and system policy as handled by runtime security engines such as KubeArmor.
  • An intent could take into consideration runtime behavior and then handle intent implementation. For e.g., an intent could be "Do not allow privilege flags for pods that are publicly reachable".
  • An intent might get fully or partially satisfied and the bindings clearly shows that status.
  • An organization can provide a blueprint of intents given a deployment and the operator could go an try to satisfy those intents in best-effort or strict mode.

Credits

This project is funded by NSF grant ...

Directories

Path Synopsis
api
v1
Package v1 contains API Schema definitions for the intent v1 API group +kubebuilder:object:generate=true +groupName=intent.security.nimbus.com
Package v1 contains API Schema definitions for the intent v1 API group +kubebuilder:object:generate=true +groupName=intent.security.nimbus.com
internal
pkg
adapter/idpool
Package idpool manages a pool of IDs for use by adapters.
Package idpool manages a pool of IDs for use by adapters.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL