command
Version:
v1.23.0-verio.2
Opens a new window with list of versions in this module.
Published: Feb 13, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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:
- Prepare the environment and build the executables. For more information, please see the main README.md.
. ./env.sh
make build
- To encode a user id to permission group id:
_bin/tools/permission_gid/permission_gid -a localhost --secret <SECRET> --encode <USER_ID>
- To decode a permission group id to user id:
_bin/tools/permission_gid/permission_gid -a localhost --secret <SECRET> --decode <PERMISSION_GROUP_ID>
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.