vault-unsealer

command module
v0.1.2 Latest Latest
Warning

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

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

README

vault-unsealer

A kubernetes controller that can auto unseal vault pods.

Secrets

With Keys in Secret
apiVersion: v1
data:
  unsealKey1: <...>
  unsealKey2: <...>
  unsealKey3: <...>
  unsealKey4: <...>
  unsealKey5: <...>
kind: Secret
metadata:
  labels:
    vault-unsealer.bison-group.com/stateful-set-disable: vault
  name: unseal
type: Opaque
With Vault userpass
---
apiVersion: v1
kind: Secret
metadata:
  labels:
    vault-unsealer.bison-group.com/stateful-set: vault
  name: unseal-pw
type: Opaque
stringData:
  username: <username>
  password: <password>
  secretPath: /path/to/unsealKey/secret

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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