GithubHelp home page GithubHelp logo

jaygridley / trust-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cert-manager/trust-manager

0.0 0.0 0.0 641 KB

trust-manager is an operator for distributing trust bundles across a Kubernetes cluster.

Home Page: https://cert-manager.io/docs/projects/trust-manager/

License: Apache License 2.0

Shell 3.30% Go 90.41% Makefile 4.90% Dockerfile 0.83% Mustache 0.56%

trust-manager's Introduction

cert-manager project logo

cert-manager/trust-manager godoc Go Report Card Artifact Hub

trust-manager

trust-manager is the easiest way to manage trust bundles in Kubernetes and OpenShift clusters.

It orchestrates bundles of trusted X.509 certificates which are primarily used for validating certificates during a TLS handshake but can be used in other situations, too.

โš ๏ธ trust-manager is still an early stage project and may undergo changes as it's developed!

We encourage you to run it and test it and we truly believe it's useful! The caveat is that while we'll strive to avoid any breaking changes we reserve the right to break things if we must.


Please follow the documentation on cert-manager.io to install trust-manager.

There's also full API reference documentation available.

Demo

If you've got Docker installed and you just want to play with trust-manager as soon as possible, we provide a demo command to get a Kind cluster set up with minimal fuss.

First, clone the repo then run make demo:

git clone --single-branch https://github.com/cert-manager/trust-manager trust-manager
cd trust-manager
make demo
# kubeconfig is in ./bin/kubeconfig.yaml
# kind cluster is called "trust"

The demo installation uses Helm, and roughly matches what you'd get by installing trust-manager into your own cluster using Helm - although it uses locally-built images rather than the ones we publish publicly.

Example Bundle

The simplest useful Bundle to start with is likely to be one using default CAs, which are available from trust-manager 0.4.0+.

This default CA package is based on Debian's ca-certificates package, and so matches what you'd expect to see in a Debian container or VM.

apiVersion: trust.cert-manager.io/v1alpha1
kind: Bundle
metadata:
  name: trust-manager-bundle
spec:
  sources:
  - useDefaultCAs: true
  target:
    configMap:
      key: "bundle.pem"

This Bundle will lead to a ConfigMap called trust-manager-bundle containing the default CAs being created in all namespaces, ready to be mounted and used by your applications.

Your ConfigMap will automatically be updated if you change your bundle, too - so to update it, simply update your Bundle!

For more details see the trust-manager documentation.

trust-manager's People

Contributors

jetstack-bot avatar joshvanl avatar sgtcodfish avatar inteon avatar erikgb avatar aidy avatar irbekrm avatar cablespaghetti avatar maxsargentdev avatar stzov avatar dsand1234 avatar hazmat345 avatar dependabot[bot] avatar xrl avatar vinny-sabatini avatar sitaramkm avatar siiimooon avatar arsenalzp avatar watcherwhale avatar joscabmar avatar joemccall86 avatar jiawei0227 avatar jamstah avatar jaxwood avatar hdeadman avatar aelbarkani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.