authz

command module
v0.0.0-...-b5b01fb Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

README

authz

Server for externalized authorization management

export PATH_CONFIG_MAP=./configMap

Run with Docker

docker build -t {user}/authz:v1 .
docker run -p 50051:50051 --name authz -d {user}/authz:v1
docker push {user}/authz:v1

test report

go test -coverprofile=report-test.out ./... 
go tool cover -func=report-test.out 
go tool cover -html=report-test.out 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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