filtercommand

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: MIT Imports: 5 Imported by: 0

README

filtercommand

This plugin simply filters certain commands from being available. This allows the operator to limit the commands that mongoproxy will expose.

Documentation

Index

Constants

View Source
const Name = "filtercommand"

Name of the plugin

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterCommandPlugin

type FilterCommandPlugin struct {
	// contains filtered or unexported fields
}

This is a plugin that handles sending the request to the acutual downstream mongo

func (*FilterCommandPlugin) Configure

func (p *FilterCommandPlugin) Configure(d bson.D) error

Configure configures this plugin with the given configuration object. Returns an error if the configuration is invalid for the plugin.

func (*FilterCommandPlugin) Name

func (p *FilterCommandPlugin) Name() string

func (*FilterCommandPlugin) Process

Process is the function executed when a message is called in the pipeline.

type FilterCommandPluginConfig

type FilterCommandPluginConfig struct {
	// FilterCommands defines a list of commands to return `CommandNotFound` for
	FilterCommands []string `bson:"filterCommands"`
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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