secretstores

package
v1.26.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2023 License: MIT Imports: 1 Imported by: 0

README

Secret-Stores

This folder contains the plugins for the secret-store functionality:

  • jose: Javascript Object Signing and Encryption
  • os: Native tooling provided on Linux, MacOS, or Windows.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Deprecations = map[string]telegraf.DeprecationInfo{}

Deprecations lists the deprecated plugins

View Source
var SecretStores = map[string]Creator{}

SecretStores contains the registry of all known secret-stores

Functions

func Add

func Add(name string, creator Creator)

Add adds a secret-store to the registry. Usually this function is called in the plugin's init function

Types

type Creator

type Creator func(id string) telegraf.SecretStore

Creator is the function to create a new parser

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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