permission_gid

command
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2020 License: BSD-2-Clause Imports: 10 Imported by: 0

README

permission_gid

This tool will encode a user id to permission group id or decode a permission group id to user id.

To execute this tool against a local development setup:

  1. Prepare the environment and build the executables. For more information, please see the main README.md.
. ./env.sh
make build
  1. To encode a user id to permission group id:
_bin/tools/permission_gid/permission_gid -a localhost --secret <SECRET> --encode <USER_ID>
  1. To decode a permission group id to user id:
_bin/tools/permission_gid/permission_gid -a localhost --secret <SECRET> --decode <PERMISSION_GROUP_ID>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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