mysql

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: MPL-2.0 Imports: 12 Imported by: 108

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MetadataLen       int = 10
	LegacyMetadataLen int = 4
	UsernameLen       int = 32
	LegacyUsernameLen int = 16
)

Functions

func New

func New(displayNameLen, roleNameLen, usernameLen int) func() (interface{}, error)

New implements builtinplugins.BuiltinFactory

func Run

func Run(apiTLSConfig *api.TLSConfig) error

Run instantiates a MySQL object, and runs the RPC server for the plugin

func RunLegacy added in v0.8.1

func RunLegacy(apiTLSConfig *api.TLSConfig) error

Run instantiates a MySQL object, and runs the RPC server for the plugin

Types

type MySQL

func (*MySQL) CreateUser

func (m *MySQL) CreateUser(ctx context.Context, statements dbplugin.Statements, usernameConfig dbplugin.UsernameConfig, expiration time.Time) (username string, password string, err error)

func (*MySQL) RenewUser

func (m *MySQL) RenewUser(ctx context.Context, statements dbplugin.Statements, username string, expiration time.Time) error

NOOP

func (*MySQL) RevokeUser

func (m *MySQL) RevokeUser(ctx context.Context, statements dbplugin.Statements, username string) error

func (*MySQL) RotateRootCredentials added in v0.10.0

func (m *MySQL) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error)

func (*MySQL) SetCredentials added in v1.2.0

func (m *MySQL) SetCredentials(ctx context.Context, statements dbplugin.Statements, staticUser dbplugin.StaticUserConfig) (username, password string, err error)

SetCredentials uses provided information to set the password to a user in the database. Unlike CreateUser, this method requires a username be provided and uses the name given, instead of generating a name. This is used for setting the password of static accounts, as well as rolling back passwords in the database in the event an updated database fails to save in Vault's storage.

func (*MySQL) Type

func (m *MySQL) Type() (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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