sentrytool is a Go library and command-line interface to Apache Sentry.
The tool and library can be used to interface with non-kerberized Sentry daemon.
- Provide command-line access to Sentry Thrift API
- Provide simple command-line tool that doesn't require any infrastructure to run
- Flexible configuration
- Environment variables
- Config files
- Command-line arguments
- Ease of use
- Intuitive interface
- Flexible way of specifying parameters
- Easy deployment
- Single binary
- Easy to build and install (using
go get
)
Standard go get
:
$ go get github.com/akolb1/sentrytool
- sentrytool - Command-line interface to Apache Sentry
- API - API Usage and examples