cloudflare_secrets_engine

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 9 Imported by: 0

README

vault-plugin-secrets-cloudflare

Vault Secrets Plugin for Cloudflare Tokens

Install

  1. Run go mod init.

  2. Build the secrets engine.

    $ go build -o bin/vault-plugin-secrets-cloudflare cmd/vault-plugin-secrets-cloudflare/main.go
    
  3. You can find the binary in bin/.

    $ ls bin/
    
  4. Run a Vault server in dev mode to register and try out the plugin.

    $ vault server -dev -dev-root-token-id=root -dev-plugin-dir=./bin
    

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Factory

func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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