run

package
v1.4.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: Apache-2.0 Imports: 60 Imported by: 0

Documentation

Overview

Package run contains the command to run an OpenFGA server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustDefaultConfigWithRandomPorts

func MustDefaultConfigWithRandomPorts() *serverconfig.Config

MustDefaultConfigWithRandomPorts returns the DefaultConfig, but with random ports for the grpc and http addresses. This function may panic if somehow a random port cannot be chosen.

func NewRunCommand

func NewRunCommand() *cobra.Command

func ReadConfig

func ReadConfig() (*serverconfig.Config, error)

ReadConfig returns the OpenFGA server configuration based on the values provided in the server's 'config.yaml' file. The 'config.yaml' file is loaded from '/etc/openfga', '$HOME/.openfga', or the current working directory. If no configuration file is present, the default values are returned.

func TCPRandomPort added in v0.4.3

func TCPRandomPort() (int, func())

TCPRandomPort tries to find a random TCP Port. If it can't find one, it panics. Else, it returns the port and a function that releases the port. It is the responsibility of the caller to call the release function.

Types

type ServerContext added in v1.3.1

type ServerContext struct {
	Logger logger.Logger
}

func (*ServerContext) Run added in v1.3.1

func (s *ServerContext) Run(ctx context.Context, config *serverconfig.Config) error

Jump to

Keyboard shortcuts

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