provider-secret

module
v0.0.0-...-e13db15 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: Apache-2.0

README

provider-secret

Prepare Env

$ make submodules

Installation

$ kubectl create secret generic secret-conn \
  --from-literal=host=http://{vault_host} \
  --from-literal=port={vault_port} \ // Default 8200
  --from-literal=token={YOUR_VAULT_TOKEN}

Vault

  1. Install vault
$ helm repo add hashicorp https://helm.releases.hashicorp.com
$ helm install vault hashicorp/vault

Directories

Path Synopsis
Package apis contains Kubernetes API for the Template provider.
Package apis contains Kubernetes API for the Template provider.
secret/v1alpha1
Package v1alpha1 contains the core resources of the Template provider.
Package v1alpha1 contains the core resources of the Template provider.
vault
Package vault contains group vault API versions
Package vault contains group vault API versions
vault/v1alpha1
Package v1alpha1 contains the v1alpha1 group Sample resources of the secret provider.
Package v1alpha1 contains the v1alpha1 group Sample resources of the secret provider.
cmd
internal

Jump to

Keyboard shortcuts

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