garm

command module
v0.0.0-...-60c1ab3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

README

Garm (moved)

⚠️ Warning: This repository has been moved to AthenZ/garm.

This repository is submitted to Athenz Open-Source Community. All ongoing developments and maintenances will continue in the new repository.

# update your local clone
git remote set-url origin https://github.com/AthenZ/garm.git

GitHub release (latest by date) Docker Image Version (tag latest) CircleCI codecov Go Report Card GolangCI Codacy Badge GoDoc DepShield Badge Contributor Covenant

logo

What is Garm

concept

Garm implements the Kubernetes authorization webhook interface to provide access control on your K8s resources with Athenz RBAC policy. It allows flexible resource mapping from K8s resources to Athenz ones, mutli-tenancy, and black/white list.

By default, Garm replies the native Kubernetes authentication for authorization. However, it also supports the Kubernetes authentication webhook. Using the authentication hook requires Athenz to be able to sign tokens for users.

Requires go 1.14 or later.

Use Case

Authorization

use case FOSSA Status

  1. K8s webhook request (SubjectAccessReview) (Webhook Mode - Kubernetes)
    • the K8s API server wants to know if the user is allowed to do the requested action
  2. Athenz RBAC request (Athenz)
    • Athenz server contains the user authorization information for access control
    • ask Athenz server is the user action is allowed based on pre-configured policy

Garm convert the K8s request to Athenz request based on the mapping rules in config.yaml (example).

P.S. It is just a sample deployment solution above. Garm can work on any environment as long as it can access both the API server and the Athenz server.

Docker
$ docker pull yahoojapan/garm
Usage

CI/CD

Future Work

  1. Authentication support for Garm
  2. Helm Support
  3. mTLS Support between Athenz and Garm
  4. multi Athenz domain support

License

Copyright (C)  2018 Yahoo Japan Corporation Athenz team.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

FOSSA Status

Contributor License Agreement

This project requires contributors to agree to a Contributor License Agreement (CLA).

Note that only for contributions to the garm repository on the GitHub, the contributors of them shall be deemed to have agreed to the CLA without individual written agreements.

About releases

  • Releases
    • GitHub release (latest by date)
    • Docker Image Version (tag latest)

Authors

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package config defines all configuration of Garm.
Package config defines all configuration of Garm.
Package handler provides an interface to handle K8s webhook requests, including authentication and authorization requests.
Package handler provides an interface to handle K8s webhook requests, including authentication and authorization requests.
Package log manages the interface for Garm application logger.
Package log manages the interface for Garm application logger.
Package router routes HTTP requests to corresponding handler.
Package router routes HTTP requests to corresponding handler.
Package service manages the main logic of Garm.
Package service manages the main logic of Garm.
Package usecase provides the Garm daemon implementation.
Package usecase provides the Garm daemon implementation.

Jump to

Keyboard shortcuts

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