Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Platform Service's Revocation Plugin gRPC Demo App (Go)

Prerequisites

  • Docker
  • make

Usage

Setup

The following environment variables are used by this CLI demo app.

Put environment variables in .env file:

AB_BASE_URL='https://test.accelbyte.io'
AB_CLIENT_ID='<AccelByte IAM Client ID>'
AB_CLIENT_SECRET='<AccelByte IAM Client Secret>'

AB_NAMESPACE='namespace'

GRPC_SERVER_URL='<gRPC server url accessible by internet>'

Run

Run the demo test cli using makefile with provided .env file containing required variables

make run ENV_FILE_PATH=.env