Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterDatabaseServer(s grpc.ServiceRegistrar, srv DatabaseServer)
- func Serve(db Database, tlsProvider func() (*tls.Config, error))
- func ServeConfig(db Database, tlsProvider func() (*tls.Config, error)) *plugin.ServeConfig
- type CreateUserRequest
- func (*CreateUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserRequest) GetExpiration() *timestamppb.Timestamp
- func (x *CreateUserRequest) GetStatements() *Statements
- func (x *CreateUserRequest) GetUsernameConfig() *UsernameConfig
- func (*CreateUserRequest) ProtoMessage()
- func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUserRequest) Reset()
- func (x *CreateUserRequest) String() string
- type CreateUserResponse
- func (*CreateUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUserResponse) GetPassword() string
- func (x *CreateUserResponse) GetUsername() string
- func (*CreateUserResponse) ProtoMessage()
- func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUserResponse) Reset()
- func (x *CreateUserResponse) String() string
- type Database
- func NewPluginClient(ctx context.Context, sys pluginutil.RunnerUtil, ...) (Database, error)
- func PluginFactory(ctx context.Context, pluginName string, pluginVersion string, ...) (Database, error)
- func PluginFactoryVersion(ctx context.Context, pluginName string, pluginVersion string, ...) (Database, error)
- type DatabaseClient
- type DatabaseErrorSanitizerMiddleware
- func (mw *DatabaseErrorSanitizerMiddleware) Close() (err error)
- func (mw *DatabaseErrorSanitizerMiddleware) CreateUser(ctx context.Context, statements Statements, usernameConfig UsernameConfig, ...) (username string, password string, err error)
- func (mw *DatabaseErrorSanitizerMiddleware) GenerateCredentials(ctx context.Context) (password string, err error)
- func (mw *DatabaseErrorSanitizerMiddleware) Init(ctx context.Context, conf map[string]interface{}, verifyConnection bool) (saveConf map[string]interface{}, err error)
- func (mw *DatabaseErrorSanitizerMiddleware) Initialize(ctx context.Context, conf map[string]interface{}, verifyConnection bool) error
- func (mw *DatabaseErrorSanitizerMiddleware) RenewUser(ctx context.Context, statements Statements, username string, ...) (err error)
- func (mw *DatabaseErrorSanitizerMiddleware) RevokeUser(ctx context.Context, statements Statements, username string) (err error)
- func (mw *DatabaseErrorSanitizerMiddleware) RotateRootCredentials(ctx context.Context, statements []string) (conf map[string]interface{}, err error)
- func (mw *DatabaseErrorSanitizerMiddleware) SetCredentials(ctx context.Context, statements Statements, staticConfig StaticUserConfig) (username, password string, err error)
- func (mw *DatabaseErrorSanitizerMiddleware) Type() (string, error)
- type DatabasePluginClient
- type DatabaseServer
- type Empty
- type GRPCDatabasePlugin
- type GenerateCredentialsResponse
- func (*GenerateCredentialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateCredentialsResponse) GetPassword() string
- func (*GenerateCredentialsResponse) ProtoMessage()
- func (x *GenerateCredentialsResponse) ProtoReflect() protoreflect.Message
- func (x *GenerateCredentialsResponse) Reset()
- func (x *GenerateCredentialsResponse) String() string
- type InitRequest
- func (*InitRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitRequest) GetConfig() []byte
- func (x *InitRequest) GetVerifyConnection() bool
- func (*InitRequest) ProtoMessage()
- func (x *InitRequest) ProtoReflect() protoreflect.Message
- func (x *InitRequest) Reset()
- func (x *InitRequest) String() string
- type InitResponse
- type InitializeRequestdeprecated
- func (*InitializeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *InitializeRequest) GetConfig() []byte
- func (x *InitializeRequest) GetVerifyConnection() bool
- func (*InitializeRequest) ProtoMessage()
- func (x *InitializeRequest) ProtoReflect() protoreflect.Message
- func (x *InitializeRequest) Reset()
- func (x *InitializeRequest) String() string
- type RenewUserRequest
- func (*RenewUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenewUserRequest) GetExpiration() *timestamppb.Timestamp
- func (x *RenewUserRequest) GetStatements() *Statements
- func (x *RenewUserRequest) GetUsername() string
- func (*RenewUserRequest) ProtoMessage()
- func (x *RenewUserRequest) ProtoReflect() protoreflect.Message
- func (x *RenewUserRequest) Reset()
- func (x *RenewUserRequest) String() string
- type RevokeUserRequest
- func (*RevokeUserRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeUserRequest) GetStatements() *Statements
- func (x *RevokeUserRequest) GetUsername() string
- func (*RevokeUserRequest) ProtoMessage()
- func (x *RevokeUserRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeUserRequest) Reset()
- func (x *RevokeUserRequest) String() string
- type RotateRootCredentialsRequest
- func (*RotateRootCredentialsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RotateRootCredentialsRequest) GetStatements() []string
- func (*RotateRootCredentialsRequest) ProtoMessage()
- func (x *RotateRootCredentialsRequest) ProtoReflect() protoreflect.Message
- func (x *RotateRootCredentialsRequest) Reset()
- func (x *RotateRootCredentialsRequest) String() string
- type RotateRootCredentialsResponse
- func (*RotateRootCredentialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RotateRootCredentialsResponse) GetConfig() []byte
- func (*RotateRootCredentialsResponse) ProtoMessage()
- func (x *RotateRootCredentialsResponse) ProtoReflect() protoreflect.Message
- func (x *RotateRootCredentialsResponse) Reset()
- func (x *RotateRootCredentialsResponse) String() string
- type SetCredentialsRequest
- func (*SetCredentialsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetCredentialsRequest) GetStatements() *Statements
- func (x *SetCredentialsRequest) GetStaticUserConfig() *StaticUserConfig
- func (*SetCredentialsRequest) ProtoMessage()
- func (x *SetCredentialsRequest) ProtoReflect() protoreflect.Message
- func (x *SetCredentialsRequest) Reset()
- func (x *SetCredentialsRequest) String() string
- type SetCredentialsResponse
- func (*SetCredentialsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SetCredentialsResponse) GetPassword() string
- func (x *SetCredentialsResponse) GetUsername() string
- func (*SetCredentialsResponse) ProtoMessage()
- func (x *SetCredentialsResponse) ProtoReflect() protoreflect.Message
- func (x *SetCredentialsResponse) Reset()
- func (x *SetCredentialsResponse) String() string
- type Statements
- func (*Statements) Descriptor() ([]byte, []int)deprecated
- func (x *Statements) GetCreation() []string
- func (x *Statements) GetCreationStatements() stringdeprecated
- func (x *Statements) GetRenewStatements() stringdeprecated
- func (x *Statements) GetRenewal() []string
- func (x *Statements) GetRevocation() []string
- func (x *Statements) GetRevocationStatements() stringdeprecated
- func (x *Statements) GetRollback() []string
- func (x *Statements) GetRollbackStatements() stringdeprecated
- func (x *Statements) GetRotation() []string
- func (*Statements) ProtoMessage()
- func (x *Statements) ProtoReflect() protoreflect.Message
- func (x *Statements) Reset()
- func (x *Statements) String() string
- type StaticUserConfig
- func (*StaticUserConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StaticUserConfig) GetCreate() bool
- func (x *StaticUserConfig) GetPassword() string
- func (x *StaticUserConfig) GetUsername() string
- func (*StaticUserConfig) ProtoMessage()
- func (x *StaticUserConfig) ProtoReflect() protoreflect.Message
- func (x *StaticUserConfig) Reset()
- func (x *StaticUserConfig) String() string
- type TypeResponse
- type UnimplementedDatabaseServer
- func (UnimplementedDatabaseServer) Close(context.Context, *Empty) (*Empty, error)
- func (UnimplementedDatabaseServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
- func (UnimplementedDatabaseServer) GenerateCredentials(context.Context, *Empty) (*GenerateCredentialsResponse, error)
- func (UnimplementedDatabaseServer) Init(context.Context, *InitRequest) (*InitResponse, error)
- func (UnimplementedDatabaseServer) Initialize(context.Context, *InitializeRequest) (*Empty, error)
- func (UnimplementedDatabaseServer) RenewUser(context.Context, *RenewUserRequest) (*Empty, error)
- func (UnimplementedDatabaseServer) RevokeUser(context.Context, *RevokeUserRequest) (*Empty, error)
- func (UnimplementedDatabaseServer) RotateRootCredentials(context.Context, *RotateRootCredentialsRequest) (*RotateRootCredentialsResponse, error)
- func (UnimplementedDatabaseServer) SetCredentials(context.Context, *SetCredentialsRequest) (*SetCredentialsResponse, error)
- func (UnimplementedDatabaseServer) Type(context.Context, *Empty) (*TypeResponse, error)
- type UnsafeDatabaseServer
- type UsernameConfig
- func (*UsernameConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UsernameConfig) GetDisplayName() string
- func (x *UsernameConfig) GetRoleName() string
- func (*UsernameConfig) ProtoMessage()
- func (x *UsernameConfig) ProtoReflect() protoreflect.Message
- func (x *UsernameConfig) Reset()
- func (x *UsernameConfig) String() string
Constants ¶
const ( Database_Type_FullMethodName = "/dbplugin.Database/Type" Database_CreateUser_FullMethodName = "/dbplugin.Database/CreateUser" Database_RenewUser_FullMethodName = "/dbplugin.Database/RenewUser" Database_RevokeUser_FullMethodName = "/dbplugin.Database/RevokeUser" Database_RotateRootCredentials_FullMethodName = "/dbplugin.Database/RotateRootCredentials" Database_Init_FullMethodName = "/dbplugin.Database/Init" Database_Close_FullMethodName = "/dbplugin.Database/Close" Database_SetCredentials_FullMethodName = "/dbplugin.Database/SetCredentials" Database_GenerateCredentials_FullMethodName = "/dbplugin.Database/GenerateCredentials" Database_Initialize_FullMethodName = "/dbplugin.Database/Initialize" )
Variables ¶
var ( ErrPluginShutdown = errors.New("plugin shutdown") ErrPluginStaticUnsupported = errors.New("database plugin does not support Static Accounts") )
var Database_ServiceDesc = grpc.ServiceDesc{ ServiceName: "dbplugin.Database", HandlerType: (*DatabaseServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Type", Handler: _Database_Type_Handler, }, { MethodName: "CreateUser", Handler: _Database_CreateUser_Handler, }, { MethodName: "RenewUser", Handler: _Database_RenewUser_Handler, }, { MethodName: "RevokeUser", Handler: _Database_RevokeUser_Handler, }, { MethodName: "RotateRootCredentials", Handler: _Database_RotateRootCredentials_Handler, }, { MethodName: "Init", Handler: _Database_Init_Handler, }, { MethodName: "Close", Handler: _Database_Close_Handler, }, { MethodName: "SetCredentials", Handler: _Database_SetCredentials_Handler, }, { MethodName: "GenerateCredentials", Handler: _Database_GenerateCredentials_Handler, }, { MethodName: "Initialize", Handler: _Database_Initialize_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "sdk/database/dbplugin/database.proto", }
Database_ServiceDesc is the grpc.ServiceDesc for Database service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_sdk_database_dbplugin_database_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDatabaseServer ¶
func RegisterDatabaseServer(s grpc.ServiceRegistrar, srv DatabaseServer)
func Serve ¶
Serve is called from within a plugin and wraps the provided Database implementation in a databasePluginRPCServer object and starts a RPC server.
func ServeConfig ¶
Types ¶
type CreateUserRequest ¶
type CreateUserRequest struct { Statements *Statements `protobuf:"bytes,1,opt,name=statements,proto3" json:"statements,omitempty"` UsernameConfig *UsernameConfig `protobuf:"bytes,2,opt,name=username_config,json=usernameConfig,proto3" json:"username_config,omitempty"` Expiration *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"` // contains filtered or unexported fields }
func (*CreateUserRequest) Descriptor
deprecated
func (*CreateUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
func (*CreateUserRequest) GetExpiration ¶
func (x *CreateUserRequest) GetExpiration() *timestamppb.Timestamp
func (*CreateUserRequest) GetStatements ¶
func (x *CreateUserRequest) GetStatements() *Statements
func (*CreateUserRequest) GetUsernameConfig ¶
func (x *CreateUserRequest) GetUsernameConfig() *UsernameConfig
func (*CreateUserRequest) ProtoMessage ¶
func (*CreateUserRequest) ProtoMessage()
func (*CreateUserRequest) ProtoReflect ¶ added in v0.2.0
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message
func (*CreateUserRequest) Reset ¶
func (x *CreateUserRequest) Reset()
func (*CreateUserRequest) String ¶
func (x *CreateUserRequest) String() string
type CreateUserResponse ¶
type CreateUserResponse struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*CreateUserResponse) Descriptor
deprecated
func (*CreateUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.
func (*CreateUserResponse) GetPassword ¶
func (x *CreateUserResponse) GetPassword() string
func (*CreateUserResponse) GetUsername ¶
func (x *CreateUserResponse) GetUsername() string
func (*CreateUserResponse) ProtoMessage ¶
func (*CreateUserResponse) ProtoMessage()
func (*CreateUserResponse) ProtoReflect ¶ added in v0.2.0
func (x *CreateUserResponse) ProtoReflect() protoreflect.Message
func (*CreateUserResponse) Reset ¶
func (x *CreateUserResponse) Reset()
func (*CreateUserResponse) String ¶
func (x *CreateUserResponse) String() string
type Database ¶
type Database interface { // Type returns the TypeName for the particular database backend // implementation. This type name is usually set as a constant within the // database backend implementation, e.g. "mysql" for the MySQL database // backend. Type() (string, error) // CreateUser is called on `$ vault read database/creds/:role-name` and it's // also the first time anything is touched from `$ vault write // database/roles/:role-name`. This is likely to be the highest-throughput // method for most plugins. CreateUser(ctx context.Context, statements Statements, usernameConfig UsernameConfig, expiration time.Time) (username string, password string, err error) // RenewUser is triggered by a renewal call to the API. In many database // backends, this triggers a call on the underlying database that extends a // VALID UNTIL clause on a user. However, if no such need exists, setting // this as a NO-OP means that when renewal is called, the lease renewal time // is pushed further out as appropriate, thus pushing out the time until the // RevokeUser method is called. RenewUser(ctx context.Context, statements Statements, username string, expiration time.Time) error // RevokeUser is triggered either automatically by a lease expiration, or by // a revocation call to the API. RevokeUser(ctx context.Context, statements Statements, username string) error // RotateRootCredentials is triggered by a root credential rotation call to // the API. RotateRootCredentials(ctx context.Context, statements []string) (config map[string]interface{}, err error) // GenerateCredentials returns a generated password for the plugin. This is // used in combination with SetCredentials to set a specific password for a // database user and preserve the password in WAL entries. GenerateCredentials(ctx context.Context) (string, error) // SetCredentials uses provided information to create or set the credentials // for a database user. Unlike CreateUser, this method requires both a // username and a password given instead of generating them. This is used for // creating and 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. SetCredentials(ctx context.Context, statements Statements, staticConfig StaticUserConfig) (username string, password string, err error) // Init is called on `$ vault write database/config/:db-name`, or when you // do a creds call after Vault's been restarted. The config provided won't // hold all the keys and values provided in the API call, some will be // stripped by the database engine before the config is provided. The config // returned will be stored, which will persist it across shutdowns. Init(ctx context.Context, config map[string]interface{}, verifyConnection bool) (saveConfig map[string]interface{}, err error) // Close attempts to close the underlying database connection that was // established by the backend. Close() error }
Database is the interface that all database objects must implement.
func NewPluginClient ¶
func NewPluginClient(ctx context.Context, sys pluginutil.RunnerUtil, pluginRunner *pluginutil.PluginRunner, logger log.Logger, isMetadataMode bool) (Database, error)
NewPluginClient returns a databaseRPCClient with a connection to a running plugin. The client is wrapped in a DatabasePluginClient object to ensure the plugin is killed on call of Close().
func PluginFactory ¶
func PluginFactory(ctx context.Context, pluginName string, pluginVersion string, sys pluginutil.LookRunnerUtil, logger log.Logger) (Database, error)
PluginFactory is used to build plugin database types. It wraps the database object in a logging and metrics middleware.
func PluginFactoryVersion ¶ added in v0.6.0
func PluginFactoryVersion(ctx context.Context, pluginName string, pluginVersion string, sys pluginutil.LookRunnerUtil, logger log.Logger) (Database, error)
PluginFactory is used to build plugin database types with a version specified. It wraps the database object in a logging and metrics middleware.
type DatabaseClient ¶
type DatabaseClient interface { Type(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TypeResponse, error) CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error) RenewUser(ctx context.Context, in *RenewUserRequest, opts ...grpc.CallOption) (*Empty, error) RevokeUser(ctx context.Context, in *RevokeUserRequest, opts ...grpc.CallOption) (*Empty, error) RotateRootCredentials(ctx context.Context, in *RotateRootCredentialsRequest, opts ...grpc.CallOption) (*RotateRootCredentialsResponse, error) Init(ctx context.Context, in *InitRequest, opts ...grpc.CallOption) (*InitResponse, error) Close(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) SetCredentials(ctx context.Context, in *SetCredentialsRequest, opts ...grpc.CallOption) (*SetCredentialsResponse, error) GenerateCredentials(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GenerateCredentialsResponse, error) // Deprecated: Do not use. Initialize(ctx context.Context, in *InitializeRequest, opts ...grpc.CallOption) (*Empty, error) }
DatabaseClient is the client API for Database service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDatabaseClient ¶
func NewDatabaseClient(cc grpc.ClientConnInterface) DatabaseClient
type DatabaseErrorSanitizerMiddleware ¶
type DatabaseErrorSanitizerMiddleware struct {
// contains filtered or unexported fields
}
DatabaseErrorSanitizerMiddleware wraps an implementation of Databases and sanitizes returned error messages
func NewDatabaseErrorSanitizerMiddleware ¶
func NewDatabaseErrorSanitizerMiddleware(next Database, secretsFn func() map[string]interface{}) *DatabaseErrorSanitizerMiddleware
func (*DatabaseErrorSanitizerMiddleware) Close ¶
func (mw *DatabaseErrorSanitizerMiddleware) Close() (err error)
func (*DatabaseErrorSanitizerMiddleware) CreateUser ¶
func (mw *DatabaseErrorSanitizerMiddleware) CreateUser(ctx context.Context, statements Statements, usernameConfig UsernameConfig, expiration time.Time) (username string, password string, err error)
func (*DatabaseErrorSanitizerMiddleware) GenerateCredentials ¶ added in v0.1.12
func (mw *DatabaseErrorSanitizerMiddleware) GenerateCredentials(ctx context.Context) (password string, err error)
func (*DatabaseErrorSanitizerMiddleware) Initialize ¶
func (*DatabaseErrorSanitizerMiddleware) RenewUser ¶
func (mw *DatabaseErrorSanitizerMiddleware) RenewUser(ctx context.Context, statements Statements, username string, expiration time.Time) (err error)
func (*DatabaseErrorSanitizerMiddleware) RevokeUser ¶
func (mw *DatabaseErrorSanitizerMiddleware) RevokeUser(ctx context.Context, statements Statements, username string) (err error)
func (*DatabaseErrorSanitizerMiddleware) RotateRootCredentials ¶
func (*DatabaseErrorSanitizerMiddleware) SetCredentials ¶ added in v0.1.12
func (mw *DatabaseErrorSanitizerMiddleware) SetCredentials(ctx context.Context, statements Statements, staticConfig StaticUserConfig) (username, password string, err error)
func (*DatabaseErrorSanitizerMiddleware) Type ¶
func (mw *DatabaseErrorSanitizerMiddleware) Type() (string, error)
type DatabasePluginClient ¶
DatabasePluginClient embeds a databasePluginRPCClient and wraps it's Close method to also call Kill() on the plugin.Client.
func (*DatabasePluginClient) Close ¶
func (dc *DatabasePluginClient) Close() error
This wraps the Close call and ensures we both close the database connection and kill the plugin.
type DatabaseServer ¶
type DatabaseServer interface { Type(context.Context, *Empty) (*TypeResponse, error) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error) RenewUser(context.Context, *RenewUserRequest) (*Empty, error) RevokeUser(context.Context, *RevokeUserRequest) (*Empty, error) RotateRootCredentials(context.Context, *RotateRootCredentialsRequest) (*RotateRootCredentialsResponse, error) Init(context.Context, *InitRequest) (*InitResponse, error) Close(context.Context, *Empty) (*Empty, error) SetCredentials(context.Context, *SetCredentialsRequest) (*SetCredentialsResponse, error) GenerateCredentials(context.Context, *Empty) (*GenerateCredentialsResponse, error) // Deprecated: Do not use. Initialize(context.Context, *InitializeRequest) (*Empty, error) // contains filtered or unexported methods }
DatabaseServer is the server API for Database service. All implementations must embed UnimplementedDatabaseServer for forward compatibility
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶ added in v0.2.0
func (x *Empty) ProtoReflect() protoreflect.Message
type GRPCDatabasePlugin ¶
type GRPCDatabasePlugin struct { Impl Database // Embeding this will disable the netRPC protocol plugin.NetRPCUnsupportedPlugin }
GRPCDatabasePlugin is the plugin.Plugin implementation that only supports GRPC transport
func (GRPCDatabasePlugin) GRPCClient ¶
func (GRPCDatabasePlugin) GRPCClient(doneCtx context.Context, _ *plugin.GRPCBroker, c *grpc.ClientConn) (interface{}, error)
func (GRPCDatabasePlugin) GRPCServer ¶
func (d GRPCDatabasePlugin) GRPCServer(_ *plugin.GRPCBroker, s *grpc.Server) error
type GenerateCredentialsResponse ¶ added in v0.1.12
type GenerateCredentialsResponse struct { Password string `protobuf:"bytes,1,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*GenerateCredentialsResponse) Descriptor
deprecated
added in
v0.1.12
func (*GenerateCredentialsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GenerateCredentialsResponse.ProtoReflect.Descriptor instead.
func (*GenerateCredentialsResponse) GetPassword ¶ added in v0.1.12
func (x *GenerateCredentialsResponse) GetPassword() string
func (*GenerateCredentialsResponse) ProtoMessage ¶ added in v0.1.12
func (*GenerateCredentialsResponse) ProtoMessage()
func (*GenerateCredentialsResponse) ProtoReflect ¶ added in v0.2.0
func (x *GenerateCredentialsResponse) ProtoReflect() protoreflect.Message
func (*GenerateCredentialsResponse) Reset ¶ added in v0.1.12
func (x *GenerateCredentialsResponse) Reset()
func (*GenerateCredentialsResponse) String ¶ added in v0.1.12
func (x *GenerateCredentialsResponse) String() string
type InitRequest ¶
type InitRequest struct { Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` VerifyConnection bool `protobuf:"varint,2,opt,name=verify_connection,json=verifyConnection,proto3" json:"verify_connection,omitempty"` // contains filtered or unexported fields }
func (*InitRequest) Descriptor
deprecated
func (*InitRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitRequest.ProtoReflect.Descriptor instead.
func (*InitRequest) GetConfig ¶
func (x *InitRequest) GetConfig() []byte
func (*InitRequest) GetVerifyConnection ¶
func (x *InitRequest) GetVerifyConnection() bool
func (*InitRequest) ProtoMessage ¶
func (*InitRequest) ProtoMessage()
func (*InitRequest) ProtoReflect ¶ added in v0.2.0
func (x *InitRequest) ProtoReflect() protoreflect.Message
func (*InitRequest) Reset ¶
func (x *InitRequest) Reset()
func (*InitRequest) String ¶
func (x *InitRequest) String() string
type InitResponse ¶
type InitResponse struct { Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*InitResponse) Descriptor
deprecated
func (*InitResponse) Descriptor() ([]byte, []int)
Deprecated: Use InitResponse.ProtoReflect.Descriptor instead.
func (*InitResponse) GetConfig ¶
func (x *InitResponse) GetConfig() []byte
func (*InitResponse) ProtoMessage ¶
func (*InitResponse) ProtoMessage()
func (*InitResponse) ProtoReflect ¶ added in v0.2.0
func (x *InitResponse) ProtoReflect() protoreflect.Message
func (*InitResponse) Reset ¶
func (x *InitResponse) Reset()
func (*InitResponse) String ¶
func (x *InitResponse) String() string
type InitializeRequest
deprecated
type InitializeRequest struct { Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` VerifyConnection bool `protobuf:"varint,2,opt,name=verify_connection,json=verifyConnection,proto3" json:"verify_connection,omitempty"` // contains filtered or unexported fields }
Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto.
func (*InitializeRequest) Descriptor
deprecated
func (*InitializeRequest) Descriptor() ([]byte, []int)
Deprecated: Use InitializeRequest.ProtoReflect.Descriptor instead.
func (*InitializeRequest) GetConfig ¶
func (x *InitializeRequest) GetConfig() []byte
func (*InitializeRequest) GetVerifyConnection ¶
func (x *InitializeRequest) GetVerifyConnection() bool
func (*InitializeRequest) ProtoMessage ¶
func (*InitializeRequest) ProtoMessage()
func (*InitializeRequest) ProtoReflect ¶ added in v0.2.0
func (x *InitializeRequest) ProtoReflect() protoreflect.Message
func (*InitializeRequest) Reset ¶
func (x *InitializeRequest) Reset()
func (*InitializeRequest) String ¶
func (x *InitializeRequest) String() string
type RenewUserRequest ¶
type RenewUserRequest struct { Statements *Statements `protobuf:"bytes,1,opt,name=statements,proto3" json:"statements,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` Expiration *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"` // contains filtered or unexported fields }
func (*RenewUserRequest) Descriptor
deprecated
func (*RenewUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use RenewUserRequest.ProtoReflect.Descriptor instead.
func (*RenewUserRequest) GetExpiration ¶
func (x *RenewUserRequest) GetExpiration() *timestamppb.Timestamp
func (*RenewUserRequest) GetStatements ¶
func (x *RenewUserRequest) GetStatements() *Statements
func (*RenewUserRequest) GetUsername ¶
func (x *RenewUserRequest) GetUsername() string
func (*RenewUserRequest) ProtoMessage ¶
func (*RenewUserRequest) ProtoMessage()
func (*RenewUserRequest) ProtoReflect ¶ added in v0.2.0
func (x *RenewUserRequest) ProtoReflect() protoreflect.Message
func (*RenewUserRequest) Reset ¶
func (x *RenewUserRequest) Reset()
func (*RenewUserRequest) String ¶
func (x *RenewUserRequest) String() string
type RevokeUserRequest ¶
type RevokeUserRequest struct { Statements *Statements `protobuf:"bytes,1,opt,name=statements,proto3" json:"statements,omitempty"` Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"` // contains filtered or unexported fields }
func (*RevokeUserRequest) Descriptor
deprecated
func (*RevokeUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeUserRequest.ProtoReflect.Descriptor instead.
func (*RevokeUserRequest) GetStatements ¶
func (x *RevokeUserRequest) GetStatements() *Statements
func (*RevokeUserRequest) GetUsername ¶
func (x *RevokeUserRequest) GetUsername() string
func (*RevokeUserRequest) ProtoMessage ¶
func (*RevokeUserRequest) ProtoMessage()
func (*RevokeUserRequest) ProtoReflect ¶ added in v0.2.0
func (x *RevokeUserRequest) ProtoReflect() protoreflect.Message
func (*RevokeUserRequest) Reset ¶
func (x *RevokeUserRequest) Reset()
func (*RevokeUserRequest) String ¶
func (x *RevokeUserRequest) String() string
type RotateRootCredentialsRequest ¶
type RotateRootCredentialsRequest struct { Statements []string `protobuf:"bytes,1,rep,name=statements,proto3" json:"statements,omitempty"` // contains filtered or unexported fields }
func (*RotateRootCredentialsRequest) Descriptor
deprecated
func (*RotateRootCredentialsRequest) Descriptor() ([]byte, []int)
Deprecated: Use RotateRootCredentialsRequest.ProtoReflect.Descriptor instead.
func (*RotateRootCredentialsRequest) GetStatements ¶
func (x *RotateRootCredentialsRequest) GetStatements() []string
func (*RotateRootCredentialsRequest) ProtoMessage ¶
func (*RotateRootCredentialsRequest) ProtoMessage()
func (*RotateRootCredentialsRequest) ProtoReflect ¶ added in v0.2.0
func (x *RotateRootCredentialsRequest) ProtoReflect() protoreflect.Message
func (*RotateRootCredentialsRequest) Reset ¶
func (x *RotateRootCredentialsRequest) Reset()
func (*RotateRootCredentialsRequest) String ¶
func (x *RotateRootCredentialsRequest) String() string
type RotateRootCredentialsResponse ¶
type RotateRootCredentialsResponse struct { Config []byte `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // contains filtered or unexported fields }
func (*RotateRootCredentialsResponse) Descriptor
deprecated
func (*RotateRootCredentialsResponse) Descriptor() ([]byte, []int)
Deprecated: Use RotateRootCredentialsResponse.ProtoReflect.Descriptor instead.
func (*RotateRootCredentialsResponse) GetConfig ¶
func (x *RotateRootCredentialsResponse) GetConfig() []byte
func (*RotateRootCredentialsResponse) ProtoMessage ¶
func (*RotateRootCredentialsResponse) ProtoMessage()
func (*RotateRootCredentialsResponse) ProtoReflect ¶ added in v0.2.0
func (x *RotateRootCredentialsResponse) ProtoReflect() protoreflect.Message
func (*RotateRootCredentialsResponse) Reset ¶
func (x *RotateRootCredentialsResponse) Reset()
func (*RotateRootCredentialsResponse) String ¶
func (x *RotateRootCredentialsResponse) String() string
type SetCredentialsRequest ¶ added in v0.1.12
type SetCredentialsRequest struct { Statements *Statements `protobuf:"bytes,1,opt,name=statements,proto3" json:"statements,omitempty"` StaticUserConfig *StaticUserConfig `protobuf:"bytes,2,opt,name=static_user_config,json=staticUserConfig,proto3" json:"static_user_config,omitempty"` // contains filtered or unexported fields }
func (*SetCredentialsRequest) Descriptor
deprecated
added in
v0.1.12
func (*SetCredentialsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetCredentialsRequest.ProtoReflect.Descriptor instead.
func (*SetCredentialsRequest) GetStatements ¶ added in v0.1.12
func (x *SetCredentialsRequest) GetStatements() *Statements
func (*SetCredentialsRequest) GetStaticUserConfig ¶ added in v0.1.12
func (x *SetCredentialsRequest) GetStaticUserConfig() *StaticUserConfig
func (*SetCredentialsRequest) ProtoMessage ¶ added in v0.1.12
func (*SetCredentialsRequest) ProtoMessage()
func (*SetCredentialsRequest) ProtoReflect ¶ added in v0.2.0
func (x *SetCredentialsRequest) ProtoReflect() protoreflect.Message
func (*SetCredentialsRequest) Reset ¶ added in v0.1.12
func (x *SetCredentialsRequest) Reset()
func (*SetCredentialsRequest) String ¶ added in v0.1.12
func (x *SetCredentialsRequest) String() string
type SetCredentialsResponse ¶ added in v0.1.12
type SetCredentialsResponse struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*SetCredentialsResponse) Descriptor
deprecated
added in
v0.1.12
func (*SetCredentialsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetCredentialsResponse.ProtoReflect.Descriptor instead.
func (*SetCredentialsResponse) GetPassword ¶ added in v0.1.12
func (x *SetCredentialsResponse) GetPassword() string
func (*SetCredentialsResponse) GetUsername ¶ added in v0.1.12
func (x *SetCredentialsResponse) GetUsername() string
func (*SetCredentialsResponse) ProtoMessage ¶ added in v0.1.12
func (*SetCredentialsResponse) ProtoMessage()
func (*SetCredentialsResponse) ProtoReflect ¶ added in v0.2.0
func (x *SetCredentialsResponse) ProtoReflect() protoreflect.Message
func (*SetCredentialsResponse) Reset ¶ added in v0.1.12
func (x *SetCredentialsResponse) Reset()
func (*SetCredentialsResponse) String ¶ added in v0.1.12
func (x *SetCredentialsResponse) String() string
type Statements ¶
type Statements struct { // DEPRECATED, will be removed in 0.12 // // Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto. CreationStatements string `protobuf:"bytes,1,opt,name=creation_statements,json=creationStatements,proto3" json:"creation_statements,omitempty"` // DEPRECATED, will be removed in 0.12 // // Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto. RevocationStatements string `protobuf:"bytes,2,opt,name=revocation_statements,json=revocationStatements,proto3" json:"revocation_statements,omitempty"` // DEPRECATED, will be removed in 0.12 // // Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto. RollbackStatements string `protobuf:"bytes,3,opt,name=rollback_statements,json=rollbackStatements,proto3" json:"rollback_statements,omitempty"` // DEPRECATED, will be removed in 0.12 // // Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto. RenewStatements string `protobuf:"bytes,4,opt,name=renew_statements,json=renewStatements,proto3" json:"renew_statements,omitempty"` Creation []string `protobuf:"bytes,5,rep,name=creation,proto3" json:"creation,omitempty"` Revocation []string `protobuf:"bytes,6,rep,name=revocation,proto3" json:"revocation,omitempty"` Rollback []string `protobuf:"bytes,7,rep,name=rollback,proto3" json:"rollback,omitempty"` Renewal []string `protobuf:"bytes,8,rep,name=renewal,proto3" json:"renewal,omitempty"` Rotation []string `protobuf:"bytes,9,rep,name=rotation,proto3" json:"rotation,omitempty"` // contains filtered or unexported fields }
func (*Statements) Descriptor
deprecated
func (*Statements) Descriptor() ([]byte, []int)
Deprecated: Use Statements.ProtoReflect.Descriptor instead.
func (*Statements) GetCreation ¶
func (x *Statements) GetCreation() []string
func (*Statements) GetCreationStatements
deprecated
func (x *Statements) GetCreationStatements() string
Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto.
func (*Statements) GetRenewStatements
deprecated
func (x *Statements) GetRenewStatements() string
Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto.
func (*Statements) GetRenewal ¶
func (x *Statements) GetRenewal() []string
func (*Statements) GetRevocation ¶
func (x *Statements) GetRevocation() []string
func (*Statements) GetRevocationStatements
deprecated
func (x *Statements) GetRevocationStatements() string
Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto.
func (*Statements) GetRollback ¶
func (x *Statements) GetRollback() []string
func (*Statements) GetRollbackStatements
deprecated
func (x *Statements) GetRollbackStatements() string
Deprecated: Marked as deprecated in sdk/database/dbplugin/database.proto.
func (*Statements) GetRotation ¶ added in v0.1.12
func (x *Statements) GetRotation() []string
func (*Statements) ProtoMessage ¶
func (*Statements) ProtoMessage()
func (*Statements) ProtoReflect ¶ added in v0.2.0
func (x *Statements) ProtoReflect() protoreflect.Message
func (*Statements) Reset ¶
func (x *Statements) Reset()
func (*Statements) String ¶
func (x *Statements) String() string
type StaticUserConfig ¶ added in v0.1.12
type StaticUserConfig struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` Create bool `protobuf:"varint,3,opt,name=create,proto3" json:"create,omitempty"` // contains filtered or unexported fields }
func (*StaticUserConfig) Descriptor
deprecated
added in
v0.1.12
func (*StaticUserConfig) Descriptor() ([]byte, []int)
Deprecated: Use StaticUserConfig.ProtoReflect.Descriptor instead.
func (*StaticUserConfig) GetCreate ¶ added in v0.1.12
func (x *StaticUserConfig) GetCreate() bool
func (*StaticUserConfig) GetPassword ¶ added in v0.1.12
func (x *StaticUserConfig) GetPassword() string
func (*StaticUserConfig) GetUsername ¶ added in v0.1.12
func (x *StaticUserConfig) GetUsername() string
func (*StaticUserConfig) ProtoMessage ¶ added in v0.1.12
func (*StaticUserConfig) ProtoMessage()
func (*StaticUserConfig) ProtoReflect ¶ added in v0.2.0
func (x *StaticUserConfig) ProtoReflect() protoreflect.Message
func (*StaticUserConfig) Reset ¶ added in v0.1.12
func (x *StaticUserConfig) Reset()
func (*StaticUserConfig) String ¶ added in v0.1.12
func (x *StaticUserConfig) String() string
type TypeResponse ¶
type TypeResponse struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*TypeResponse) Descriptor
deprecated
func (*TypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use TypeResponse.ProtoReflect.Descriptor instead.
func (*TypeResponse) GetType ¶
func (x *TypeResponse) GetType() string
func (*TypeResponse) ProtoMessage ¶
func (*TypeResponse) ProtoMessage()
func (*TypeResponse) ProtoReflect ¶ added in v0.2.0
func (x *TypeResponse) ProtoReflect() protoreflect.Message
func (*TypeResponse) Reset ¶
func (x *TypeResponse) Reset()
func (*TypeResponse) String ¶
func (x *TypeResponse) String() string
type UnimplementedDatabaseServer ¶
type UnimplementedDatabaseServer struct { }
UnimplementedDatabaseServer must be embedded to have forward compatible implementations.
func (UnimplementedDatabaseServer) CreateUser ¶
func (UnimplementedDatabaseServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
func (UnimplementedDatabaseServer) GenerateCredentials ¶ added in v0.1.12
func (UnimplementedDatabaseServer) GenerateCredentials(context.Context, *Empty) (*GenerateCredentialsResponse, error)
func (UnimplementedDatabaseServer) Init ¶
func (UnimplementedDatabaseServer) Init(context.Context, *InitRequest) (*InitResponse, error)
func (UnimplementedDatabaseServer) Initialize ¶
func (UnimplementedDatabaseServer) Initialize(context.Context, *InitializeRequest) (*Empty, error)
func (UnimplementedDatabaseServer) RenewUser ¶
func (UnimplementedDatabaseServer) RenewUser(context.Context, *RenewUserRequest) (*Empty, error)
func (UnimplementedDatabaseServer) RevokeUser ¶
func (UnimplementedDatabaseServer) RevokeUser(context.Context, *RevokeUserRequest) (*Empty, error)
func (UnimplementedDatabaseServer) RotateRootCredentials ¶
func (UnimplementedDatabaseServer) RotateRootCredentials(context.Context, *RotateRootCredentialsRequest) (*RotateRootCredentialsResponse, error)
func (UnimplementedDatabaseServer) SetCredentials ¶ added in v0.1.12
func (UnimplementedDatabaseServer) SetCredentials(context.Context, *SetCredentialsRequest) (*SetCredentialsResponse, error)
func (UnimplementedDatabaseServer) Type ¶
func (UnimplementedDatabaseServer) Type(context.Context, *Empty) (*TypeResponse, error)
type UnsafeDatabaseServer ¶ added in v0.3.0
type UnsafeDatabaseServer interface {
// contains filtered or unexported methods
}
UnsafeDatabaseServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatabaseServer will result in compilation errors.
type UsernameConfig ¶
type UsernameConfig struct { DisplayName string `protobuf:"bytes,1,opt,name=DisplayName,proto3" json:"DisplayName,omitempty"` RoleName string `protobuf:"bytes,2,opt,name=RoleName,proto3" json:"RoleName,omitempty"` // contains filtered or unexported fields }
func (*UsernameConfig) Descriptor
deprecated
func (*UsernameConfig) Descriptor() ([]byte, []int)
Deprecated: Use UsernameConfig.ProtoReflect.Descriptor instead.
func (*UsernameConfig) GetDisplayName ¶
func (x *UsernameConfig) GetDisplayName() string
func (*UsernameConfig) GetRoleName ¶
func (x *UsernameConfig) GetRoleName() string
func (*UsernameConfig) ProtoMessage ¶
func (*UsernameConfig) ProtoMessage()
func (*UsernameConfig) ProtoReflect ¶ added in v0.2.0
func (x *UsernameConfig) ProtoReflect() protoreflect.Message
func (*UsernameConfig) Reset ¶
func (x *UsernameConfig) Reset()
func (*UsernameConfig) String ¶
func (x *UsernameConfig) String() string